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
- Host: GitHub
- URL: https://github.com/luizcalaca/node-aws-cognito-api
- Owner: luizcalaca
- Created: 2022-07-05T01:57:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T14:19:22.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T10:47:53.187Z (3 months ago)
- Topics: amazon-web-services, api, authentication, aws, aws-cognito, express, expressjs, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 35
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```