Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 478 Bytes

Cognito OIDC React Example

License

Sample React app using oidc-client to authenticate with AWS Cognito deployed with CloudFormation.

Deploy Cognito

aws cloudformation deploy --template-file cloudformation.yml --stack-name oidc-example

Run App

npm install
npm start