You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
Quick fix is to use Flask-JWT-Extended<4 in the requirements/prod.txt but maybe someone want to port flask-realworld-example-app to Flask-JWT-Extended 4?
The text was updated successfully, but these errors were encountered:
3 important points to fix from source cde
1, @jwt_optional==>@@jwt_required(optional=True)
2, @jwt_required==>@jwt_required()
3, change jwt_identity take 2 pars:
Quick fix is to use
Flask-JWT-Extended<4
in the requirements/prod.txt but maybe someone want to port flask-realworld-example-app to Flask-JWT-Extended 4?The text was updated successfully, but these errors were encountered: