Skip to content

thevickypedia/jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT

Encode and decode JWT using JavaScript and Python

  • index.html: Takes unchecked JSON as user input to generate JWT.
  • main.html: Takes key-value pairs as user input and converts it to JSON to generate JWT.
  • main.py: Encode and decode JWT using python.

Warnings:

⚠️ JWT is not a great solution for storing user sessions: Click here to read related redis blog!