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 was reading here and there seems to be groups for UserPools. https://docs.aws.amazon.com/cognito/latest/developerguide/role-based-access-control.html I want to pull out the IAM role so once logged in I can control access to...

Hi, I'm trying to use the package for AWS API gateway and lambda function, but I'm getting a null safety error from the package itself, I'm using the last version...

I'm new to Flutter, so wondering about the example app's use of `FutureBuilder`, and calling `_getValues` in the `build` method. It seems like you'd only need to setup the `UserService`...

documentation
invalid
question

Hi, I've been facing an issue when logging in with the same credentials on different devices on mobile. I'm receiving `invalid token` error message after my token expires, but when...

The error is `NoSuchMethodError: tried to call a non-function, such as null: 'dart.global.jsBigIntModPow'` I'm using `amazon_cognito_identity_dart_2: 3.0.0` My `flutter doctor -v` is [✓] Flutter (Channel stable, 3.3.1, on macOS 12.5.1...

When attempting to authenticate the user in my app, I encountered a CognitoUserMfaRequiredException, indicating that MFA is required for my user pool. Upon receiving this exception, I attempted to send...

Add the Secret Hash to SMS MFA requests. I was unable to get SMS MFA working with our AWS setup until I added this, definitely let me know if this...

Hi, I want to implement a password verification mechanism on the app side without triggering a complete login process. The goal is to validate whether a provided password is correct...

I've noticed that whenever I login (with `authenticateUser`) a new device is registered in Cognito. I found out that `keyPrefix` used in `cacheDeviceKeyAndPassword` and `getCachedDeviceKeyAndPassword` functions is not the same....

Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 3.0.2 to 4.0.0. Commits 4799c49 [flutter_lints] Rev to 4.0.0; prepare for publishing (#6695) 4e79678 [pointer_interceptor] Remove implements from app-facing package (#6699) d670b2c Temporarily add empty header files...

dependencies