An open API service indexing awesome lists of open source software.

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

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".