User Authentication in Flask App using JWT [ JSON Web Token ]

preview_player
Показать описание
This is a tutorial that explains the difference between cookies based server sessions and the use of Tokens, more specifically JWTs.

Index 📝
--------------
00:00 Presentation
04:56 Tutorial
22:31 Running the App
23:17 Demonstration

Tools used in video:
---------------------------------
Microphone used in recording Blue Yeti
Coding on Microsoft Wireless All-In-One Media Keyboard (N9Z-00001),Black

Support
--------------
Join the Channel
OR

Social Media 🔗
--------------
Рекомендации по теме
Комментарии
Автор

Such a good explanation! I'll try this with my API

erickhualla
Автор

Thank you for explaining this. Your tutorial is exactly the bare bones explanation that I needed. Please keep up the great work.

robmartin
Автор

Excellent tutorial, it cannot be explained more clearly. Thanks for sharing! 😎👍🏼

eduardogil
Автор

That was very Awesome explanation!!
Thanks alot for the video!

lakshman
Автор

Thanks a lot for this video. Cleared a lot of doubts. really greatfull....

dipnarayansen
Автор

Thanks for the tutorial.
What happens in the end with the /public and /auth routes?

juancalvera
Автор

Thank's for the explanation
i have an issue, i log in to an interface, but after several logins, which require google authentication, the interface doesn't require a user & password, only click on google account and login, and i want to access that interface through python to get some data, now i can get my hands on the token from the inspect element => Network, but how can i use it to login from the terminal ?

tahirkamal
Автор

Can you make video on individual authentication for user and admin, where user authorized can use only [GET] method, while admin authorized can use [crud] methods.

TusharBhut-mkmn
Автор

Useful tutorial, thank you!
Does it work with aything?

liloflorida
Автор

Hey this might be a beginner question: Don't you need to have some sort of a database as well to store their hashed password and the username and stuff...

frenches
Автор

AssertionError: expected view func if endpoint is not provided. I am getting this error. Can someone help?

ananduap
Автор

sir please give solution for logout i am unable to find solution for logout using jwt in python

sejalrawat
Автор

Hm. After login and response client with JWT token . How to make other request from client site use that token, where do you save it in client side ? And also session class look suspicious some how....

vuhuy
Автор

The goal of jwts is to work stateless. By using sessions in your program, you're not moving away from the "traditional approach". What you're doing is just Server-side sessions...with extra steps....

uuuuuhhlettuce
Автор

Hi bro really amazing tutorial. So how we can do a refresh token bro?

srvazkez
Автор

AttributeError: str object has no attribute decode

UttamSingh-eikv
Автор

Token work even if already expired is it normal?

asilbalaban
Автор

You did not show how to inject your token to get verified.
And your login page don't check the token.
The beginning was good but the end of the video is too quick.
You don't show how to inculde the token in the headers. You don't show how to store the token in the cilent browser.
Half tutorial....

alexbalak
Автор

excellent tutorial, but am getting this error
login.html"
pls help me

m.kavyasri
welcome to shbcf.ru