Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 527 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 527 Bytes

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!