Setting up JWT Auth with Fast API

preview_player
Показать описание
This video covers how to set up basic JWT auth using the FastAPI framework for Python

The example code for this project can be found on GitHub here:

If you want to check out FastAPI you can check the official site here:
Рекомендации по теме
Комментарии
Автор

Every part of concepts in now clearer to me as understandable. In this compact video you've just described all the things in just less than 10 minutes where other content-makers (honorable) will surely take not less than 1 hour to cover the topic I surmise.

tanjimulislam
Автор

This is seriously the best tutorial in FastAPI authentication.

rohitpurkait
Автор

Thank you for valuing our time and making a clear straight to the point video with no bs!

dmitrypiskarev
Автор

Thank you for taking the time to make such a clear and concise video. It's probably the most efficient tutorial I've ever watched. Explained well and straight to the point.

Keep up the great work!

tomchilds
Автор

whoa... months of headache.. and now this man saved my life

amritsubramanian
Автор

Dude this was one of the best formats for a video tutorial I have seen. It also convinced me to use FastAPI thanks.

AndrewMelnychukseen
Автор

Thanks a lot. This was an incredibly easy-to-understand tutorial compared to other tutorials on FastAPI authentication.

I need more of this!

davidrudpedersen
Автор

good stuff, I love how you explained what all the imports actually do. Most people just blaze through all that stuff

hikemalliday
Автор

Thank you i tried following the official docs with jwt and had no idea how to have jwt with expiration date working properly this tutorial helped a lot thanks.

digitalboltwebdesign
Автор

You very well explained the concept in very less time, quiet impressive. Thanks

amandubey
Автор

Lovely clear and concise demo, thanks.

elizabethdaly
Автор

Short, sweet and to the point. Bless you.

ShadowAimai
Автор

This was by far the best explanation for jwt with bearer authentication in FastAPI. The code is pretty neat. Thank you. Please do more videos. Your way of explaining things is cool.

Vijay-Yarramsetty
Автор

Sad that your channel didn’t take off. Thanks for the videos anyway. They are great!

astronemir
Автор

Very easy to follow instructions. Great video. Thanks.

corear
Автор

@incompetent_ian How do you handle logout when using pyjwt. I want to make user logout and expire the token manually when doing that.

berkesezgin
Автор

This is just what I needed. OAuth2 is a bit of an overkill for my purposes.

zeppelin
Автор

Awesome contact very concise
Thanks a lot bro 👍

whoisprafull
Автор

How do you test the /protected endpoint using pytest, can you tell that also please testing the endpoints that depends on authwrapper

akashnandi
Автор

Hi Ian, I just wanted to know how would we implement this if we had a UI as well like a page at the register and login and when we generate the token on successful login how do we send it for authorization. Can you provide any help on that.

amandubey