Hey there. I have a question
Is there any way to work with the session without wrapping my function with the @verify_session decorator?
I'm asking that because something @verify_session throw error and I don't want my whole request to fail.
I'm using python with flask