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.
- Host: GitHub
- URL: https://github.com/miguelzacca/node-auth-jwt
- Owner: miguelzacca
- License: mit
- Created: 2024-04-17T00:01:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T17:46:20.000Z (about 1 year ago)
- Last Synced: 2025-02-15T17:41:33.213Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/