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

https://github.com/ganeshrvel/auth-apis

Sample nodejs authentication api
https://github.com/ganeshrvel/auth-apis

apis express node-js sample-api

Last synced: 2 months ago
JSON representation

Sample nodejs authentication api

Awesome Lists containing this project

README

        

### auth-apis

### Installation
```shell
$ git clone --depth 1 --single-branch --branch master https://github.com/ganeshrvel/auth-apis.git

$ cd auth-apis
```

```shell
$ yarn
$ yarn start-dev
```
Api base url: http://localhost:3001/

Default username and password: `user` and `password` for login endpoint

Postman collection: https://www.postman.com/collections/fb1543b0eca37aac7525