amazon-cognito-identity-dart-2 icon indicating copy to clipboard operation
amazon-cognito-identity-dart-2 copied to clipboard

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.

Results 33 amazon-cognito-identity-dart-2 issues
Sort by recently updated
recently updated
newest added

I am using amazon_cognito_identity_dart_2 package in my project. The version I am using is 3.6.5. During code review it has been highlighted that cryptographically weak encryption algorithms like "RSA/ECB/PKCS1Padding" are...

In `forgotPassword`, the result of the `ForgotPassword` request is returned from the function. In `confirmPassword`, it runs the `ConfirmForgotPassword` request but then returns `true` and ignores the result. `confirmPassword` should...