https://github.com/stanleyy7/auth-api
https://github.com/stanleyy7/auth-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stanleyy7/auth-api
- Owner: StanleyY7
- Created: 2024-12-25T02:51:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T03:02:06.000Z (5 months ago)
- Last Synced: 2024-12-25T04:17:11.775Z (5 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Authentication API
This is an Authentication API that can be used for auth process for users.
Utilises basic auth (email, password) and JWT tokens (access, refresh).
Also there is email verification feature.
To install all the dependencies, run the following command:
```
npm install
```To start the server, run the following command:
```
npm run dev
```