Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 Variables

To run this project, you will need to add the following environment variables to your .env file

`MONGO_URI`

`API_PORT`

`TOKEN_KEY`