Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-ema/jwt-express
Simple JWT Authentication Implementation With Express.
https://github.com/mr-ema/jwt-express
express-js jwt-authentication
Last synced: 16 days ago
JSON representation
Simple JWT Authentication Implementation With Express.
- Host: GitHub
- URL: https://github.com/mr-ema/jwt-express
- Owner: mr-ema
- Created: 2022-06-27T23:50:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T02:31:53.000Z (over 2 years ago)
- Last Synced: 2023-03-07T15:23:23.589Z (almost 2 years ago)
- Topics: express-js, jwt-authentication
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JWT-DEMO
- A simple express app with authentication
## Run Locally```bash
npm install
``````bash
npm run build
``````bash
npm run dev
```
## Environment VariablesTo run this project, you will need to add the following environment variables to your .env file
`MONGO_URI`
`API_PORT`
`TOKEN_KEY`