pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 177 forks source link

Alternatives for this python package. #128

Open jjjimenez100 opened 6 years ago

jjjimenez100 commented 6 years ago

To anyone who's planning to try the repository, you can try Flask-JWT-Simple and Flask-JWT-Extended instead as alternatives for this repository. Both repositories offer easy access to JWT functionalities, without much of a hassle to be implemented with.

Took me around 2 hours to realize that the project's last update was 3 years ago, making it more vulnerable to code and unit test errors. Save your time and use the alternatives I've presented above.

goingforbrooke commented 6 years ago

Flask-JWT-Extended is pretty nice so far.