https://github.com/solana-trading-bot-service/jwt-example
This is JWT token example with NodeJs and jsonwebtoken module
https://github.com/solana-trading-bot-service/jwt-example
html jwt jwttoken nodejs
Last synced: 2 months ago
JSON representation
This is JWT token example with NodeJs and jsonwebtoken module
- Host: GitHub
- URL: https://github.com/solana-trading-bot-service/jwt-example
- Owner: solana-trading-bot-service
- Created: 2024-06-28T17:20:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T17:21:45.000Z (about 2 years ago)
- Last Synced: 2025-07-12T16:51:38.705Z (12 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 JWT
To make this application work, run "npm install" via terminal, inside the project folder, to install the dependencies. Then run with "node index".