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

This is a tutorial that explains the difference between cookies based server sessions and the use of Tokens, more specifically JWTs. We are going to create a an app which is only a login and a password form that requests a JWT from the server, and we are going to verify it in JWT website (). Index πŸ“ -------------- 00:00 Presentation 03:09 website 04:56 Tutorial 22:31 Running the App 23:17 Demonstration Sources 🌐 -------------- Source Code : Official JWT : Official FLASK : Social Media πŸ”— -------------- Facebook : DEV profile : Github profile :
Back to Top