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

A change is added in version 2.1.0 where pattern matching is being used for handling socket exception. To be specific the .toString() method being used in client.dart might have caused...

Looking at the code, looks like the package currently expects all the devices to be stored on cognito and would only require MFA on a new device. In a lot...

Encountering an odd error every once in a while, a 400 request that seems to be related to socket timeouts. Anyone else seeing this? The full error is below: ```...

Hi, I'm a junior who's a bit lost when it comes to persisting session. I've read all the existing issues regarding session persistence for this repo but I'm still confused...

Steps to reproduce: 1. Configure Cognito with login using e-mail. 2. Turn on MFA for the user outside the app. (I used totp) 3. Login using email and password 4....

Hi I am getting this error when calling `CognitoUser#authenticateUser(authDetails)` credentials are hardcoded during testing ``` Unhandled Exception: CognitoClientException{statusCode: 400, code: NotAuthorizedException, name: NotAuthorizedException, message: Incorrect username or password.} #0 CognitoUser._authenticateUserDefaultAuth.respondToAuthChallenge...

Hi, authenticateUser not work when i build my web app in release mode, I have this error: `Invalid argument: Instance of 'minified:BigInt'`

The mobile device timezone is china. and mobile is located in the United States. At that time app called aws post API **/things/$thing/shadow**(get api).but received 403. I see the signature...

Hi @furaiev, this issue is related to #165. Confirmed user case: 1. Tried to sign in for the first time 2. Got thrown an error `CognitoUserConfirmationNecessaryException` with user's session inside...

Hello, there is no documentation for login using otp method kindly provide it as soon as possible thank you