https://github.com/thevickypedia/jwt
Encode and decode JWT
https://github.com/thevickypedia/jwt
javascript json-web-token jwt jwt-signing jwt-token
Last synced: about 2 months ago
JSON representation
Encode and decode JWT
- Host: GitHub
- URL: https://github.com/thevickypedia/jwt
- Owner: thevickypedia
- Created: 2022-07-12T01:25:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T19:31:14.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:22:47.505Z (4 months ago)
- Topics: javascript, json-web-token, jwt, jwt-signing, jwt-token
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JWT
Encode and decode JWT using JavaScript and Python- [index.html][1]: Takes unchecked JSON as user input to generate JWT.
- [main.html][2]: Takes key-value pairs as user input and converts it to JSON to generate JWT.
- [main.py][3]: Encode and decode JWT using python.### Warnings:
> :warning: **JWT is not a great solution for storing user sessions**:
> Click [here](https://redis.com/blog/json-web-tokens-jwt-are-dangerous-for-user-sessions/) to read related redis blog![1]: index.html
[2]: main.html
[3]: main.py