https://github.com/angydev/jwt-authentication
Authentication exercise
https://github.com/angydev/jwt-authentication
Last synced: 11 months ago
JSON representation
Authentication exercise
- Host: GitHub
- URL: https://github.com/angydev/jwt-authentication
- Owner: AngyDev
- Created: 2022-05-20T09:06:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T04:57:34.000Z (over 3 years ago)
- Last Synced: 2025-01-22T12:14:58.238Z (about 1 year ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JWT Authentication
Authentication exercise
How to generate a JWT Token
require("crypto").randomBytes(64).toString("hex")