vimalloc / flask-jwt-extended

An open source Flask extension that provides JWT support (with batteries included)!
http://flask-jwt-extended.readthedocs.io/en/stable/
MIT License
1.56k stars 239 forks source link

Can it be used in FastApi project? #464

Closed himalacharya closed 2 years ago

himalacharya commented 2 years ago

Can we use this jwt package in fastapi project?

vimalloc commented 2 years ago

I highly doubt it, this is built using flask specific APIs which are almost certainly not compatible with fastapi. You are more then welcome to fork this project though and adapt it to fastapi if you want!