[FIXED] How to POST the refresh token to Flask JWT Extended?
Issue I am trying to refresh a JWT token from the code here. The issue is with how to get
Read moreIssue I am trying to refresh a JWT token from the code here. The issue is with how to get
Read moreIssue Say I want to protect a route called /protected, I will do the following: @app.route(‘/protected’) @jwt_required def protected(): return
Read moreIssue My flask application uses JWT as means of authentication. Those tokens are stored in cookies and flask-jwt-extended is configured
Read moreIssue I have several general purpose routes in my API: … /api/general/user_types /api/general/dlc_types … I want to have the GET
Read more