JSON Web Token Authentication in Flask-RESTX

preview_player
Показать описание
Integrate Flask-RESTX with Flask-JWT-Extended to have JWT authentication in Flask apps.

WORK WITH ME👇🏼

✅ Implement features and fix bugs in your app: Live, one-on-one screenshare

💻 Code written in video
Рекомендации по теме
Комментарии
Автор

I really like the way you explain things. The one thing I would like to know is how to move the Swagger document to a route like "/docs". Thanks for your time in producing this video.

eboyd
Автор

Hi, Anthony. I appreciate too much your videos, all of them are really helpful. Thank you for all of your hard work on this. But I need to mention that this video has a lack of information: your User table is not in sync with your Student table, and your system only works because the id is an auto_increment integer starting at 0(zero). I'm using UUID as id (and the type as string, as well), and in this way, the last query only returns an empty list.

jrborba
Автор

Why aren't you using the button that's all the way at the top and says "Authorize" ? is there a difference? The way you demonstrated it kinda makes it seem the token would be route-based - but it's actually not!

danielschmider
Автор

Awesome video and content.

Would you ever consider making an API with eve framework?

envisioncodes
Автор

Thank you for the content. Always enjoy watching your videos.

Could you do a video on Fast API with Async SQLAlchemy would be very nice to see? :)

tainebambrough
Автор

It would be great if we could create an authentication to access the documentation endpoint

pedrohenrique
Автор

Hi
Your video is fabulous ....
How get access token in windows pycharm
please reply and give solution

JohnnyDep-rg
Автор

Hey! How can I pass refresh token in authorization?

kasmikregmi
Автор

Anthony, video idea:
Sqlalchemy, since 2.0 changes quite a bit (still supporting legacy ). Will have to update my code base eventually..

yomajo