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

https://github.com/stanleyy7/auth-api


https://github.com/stanleyy7/auth-api

Last synced: 3 months ago
JSON representation

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
```