Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkeeth/riotjs-cognito-auth
https://github.com/kkeeth/riotjs-cognito-auth
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkeeth/riotjs-cognito-auth
- Owner: kkeeth
- License: mit
- Created: 2022-02-24T15:51:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T15:55:23.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T20:29:40.759Z (2 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RiotJS Cognito Auth
A sample authentication app implemented with a server-less architecture, using Cognito User Pools, API Gateway, React and Redux.
This app used [Calm breeze login screen](https://codepen.io/Lewitje/pen/BNNJjo) design. Thanks!
Please see [here](https://github.com/ganezasan/serverless-cognito-auth) for how to make CognitoUserPools.
![example movie](https://raw.githubusercontent.com/ganezasan/react-cognito-auth/master/screen.png)
## set .env
```
RIOT_APP_USER_POOL_ID=xxxxx
RIOT_APP_CLIENT_ID=xxxxx
RIOT_APP_ENDPOINT=xxxxx
```## install
Please create Cognito User Pool before start app.
```
npm install
npm start
```