https://github.com/solana-bot-service/jwt-example
This is JWT token example with NodeJs and jsonwebtoken module
https://github.com/solana-bot-service/jwt-example
html jwt jwttoken nodejs
Last synced: 3 months ago
JSON representation
This is JWT token example with NodeJs and jsonwebtoken module
- Host: GitHub
- URL: https://github.com/solana-bot-service/jwt-example
- Owner: solana-bot-service
- Created: 2024-06-28T17:20:59.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T17:21:45.000Z (11 months ago)
- Last Synced: 2025-02-12T17:51:01.663Z (4 months ago)
- Topics: html, jwt, jwttoken, nodejs
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON Web Token
Node.js Web API example with authentication via JWTTo make this application work, run "npm install" via terminal, inside the project folder, to install the dependencies. Then run with "node index".