-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the OQTOPUS frontend uses AWS Amplify SDK v5 to communicate with Amazon Cognito.
However, migration to AWS Amplify v6 is recommended.
In addition, using the Amazon Cognito Identity SDK in combination with the Amplify SDK v6 is not recommended:
Developer Note: Please Update to Amplify v6
We recommend using the Amplify JavaScript library's Auth features in place of the Amazon Cognito Identity SDK.
The Amplify JavaScript library offers a modern, fully-typed, and performant experience for Auth use cases with tree-shaking built-in for bundle size reduction.
Quoted from https://www.npmjs.com/package/amazon-cognito-identity-js
As a result, we should refactor the entire authentication and authorization architecture accordingly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request