DEV Community

Cover image for Flask user authentication with JWT
Bek Brace
Bek Brace

Posted on

Flask user authentication with JWT

This is a video tutorial that explains first what is Json Web Token and how is it different from cookies based sessions.

Then we move on to create a simple Python program using Flask micro framework, which demonstrates user authentication with JWTs.

Here's the video :

Social Media

Twitter : https://twitter.com/BekBrace
Instagram : https://www.instagram.com/bek_brace/
GitHub profile : https://github.com/BekBrace​​​
Website : https://bekbrace.com

Tools used in video:

Microphone used in recording Blue Yeti
To check it out on Amazon : https://amzn.to/3lh6GdA
Coding on Logitech G PRO Mechanical Gaming Keyboard
To check it out on Amazon : https://amzn.to/3G4gH5T

Support

Join the Channel : https://www.youtube.com/channel/UC7EVSn5inapL20oPSwAwEUg
OR
β˜• Buy Me A Coffee : https://www.buymeacoffee.com/bekbrace

Oldest comments (2)

Collapse
 
sebaboler profile image
Sebastian Pietrzak

I you want more information about session and any difference you need listen youtu.be/2PPSXonhIck.
Everywhere is JWT but its not secure to use in real project.

Collapse
 
bekbrace profile image
Bek Brace

Interesting! Thank you, Sebastian