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

https://github.com/miguelzacca/node-auth-jwt

Simple authentication with Node.js, MongoDB cloud and JWT.
https://github.com/miguelzacca/node-auth-jwt

Last synced: 2 months ago
JSON representation

Simple authentication with Node.js, MongoDB cloud and JWT.

Awesome Lists containing this project

README

        

# Node.js Authentication

Simple authentication with Node.js, MongoDB + AWS (cloud) and JWT.

## Instalation

```
npm install
```

## Use

```
node src/index.js
```
or for development
```
npm run dev
```

## ngrok

To make the API available for testing on the web, you can use ngrok. https://ngrok.com/