https://github.com/equilapi/user-registration-jwt-nodejs
Hey friends! After much research by different blogs I was able to do a project with nodejs and jwt where I can register a user and also grant him a token to consume a top secret service.
https://github.com/equilapi/user-registration-jwt-nodejs
express jwt mongodb nodejs
Last synced: 11 months ago
JSON representation
Hey friends! After much research by different blogs I was able to do a project with nodejs and jwt where I can register a user and also grant him a token to consume a top secret service.
- Host: GitHub
- URL: https://github.com/equilapi/user-registration-jwt-nodejs
- Owner: Equilapi
- Created: 2020-07-11T23:58:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T17:28:12.000Z (about 3 years ago)
- Last Synced: 2025-01-20T20:53:15.481Z (about 1 year ago)
- Topics: express, jwt, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 232 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Registration JWT NodeJS
Hey friends! After much research by different blogs I was able to do a project with nodejs and jwt where I can register a user and also grant him a token to consume a top secret service.
This is all new to me, but it seems very interesting, so I'll go for more ... I will bring more content soon.
I leave you the source code so that you can play, eye occupy global variables with .env, so when you download the repository you have to create in the root of the project a file called .env, inside define the variables you want to use! bye!