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

https://github.com/luizcalaca/node-aws-cognito-api

Auth Node.js on AWS Cognito using Express.js to build an API
https://github.com/luizcalaca/node-aws-cognito-api

amazon-web-services api authentication aws aws-cognito express expressjs mongoose nodejs

Last synced: 2 months ago
JSON representation

Auth Node.js on AWS Cognito using Express.js to build an API

Awesome Lists containing this project

README

        

# Node.js API Express using AWS Cognito for authentication

## Routes

```
/api/signup
```
```
/api/verify
```
```
/api/signin
```

## How to run

```
node index.js
```