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

https://github.com/peterdee/auth-backend

Auth backend for various purposes
https://github.com/peterdee/auth-backend

chaijs fastify mochajs mongodb mongoose typescript

Last synced: 4 months ago
JSON representation

Auth backend for various purposes

Awesome Lists containing this project

README

          

## Auth server

Auth server for various purposes

### Launch

```shell script
npm run dev
```

### Tests

```shell script
npm run test
```