Skip to content

Commit

Permalink
docs(attr-based-acc-ctrl): list front-end improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
m-sureshraj committed Jul 25, 2024
1 parent e798801 commit 2ebf29a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions attr-based-access-ctrl/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,10 @@ npm run refresh-session userType=<free | premium>

- The `amazon-cognito-identity-js` package is used to communicate with the user pool and identity pool to
handle the sign-up, sign-in, token refresh, etc.

## Improvements

- Replace the `amazon-cognito-identity-js` package with the compatible V3 version of the AWS SDK.
- To communicate with the Cognito User Pool - [client-cognito-identity-provider](https://www.npmjs.com/package/@aws-sdk/client-cognito-identity-provider)
- To communicate with the Cognito Identity Pool - [client-cognito-identity](https://www.npmjs.com/package/@aws-sdk/client-cognito-identity)
- Update the sign-up flow to use PKCE (Proof Key for Code Exchange).

0 comments on commit 2ebf29a

Please sign in to comment.