Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

api aws aws-cognito express nodejs

Last synced: 29 days 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
```