amagic5502
06/11/2023, 4:41 PM@app.before_request
@verify_session(session_required=False)
When using the code above - the actual logic route code is not called
When changing to @app.after_route it does work. But, I want it to be before every call