Internal Redirect in Flask

You should use the Post-Redirect-Get pattern. And if you want to pass data to the target function (like that token) you can use the session object to store it So that would break down something like Edit: I haven’t used Flask-JWT before and didn’t know about the post requirement. But you can tell Flask to redirect … Read more