Very simple AWS Cognito authentication login test page. Gets Access token and Identity token for your user.
- Create user pool in AWS Cognito
- Create user in your user pool
- Set up app client for user pool
- Insert any missing values in
index.html
- Get JavaScript libraries (See: https://www.npmjs.com/package/amazon-cognito-identity-js )
- Open
index.html
in a browser.