amazon-cognito-identity-dart
amazon-cognito-identity-dart 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.
Hi, iam using the HTTP Presigned Post to Upload Files to S3. I copied your example and the Upload is working quite well, except the response. In my Case the...
Hi, I'm totally new to Dart and AWS Cognito. I downloaded the project, modified the value and run. I was able to register a new user but when I tried...
hey there, what's lacking from this to become official? would you be interested in help to make this feature rich as with the js aws-amplify lib?
Hi, is it possible to use social idp like google to sign in to a user pool via this SDK? https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-social-idp.html
Please add export 'src/cognito_access_token.dart'; in cognito.dart file as it is missing.
I saw @BerndWessels added the ability to authenticate via Google & Facebook - I assume the same mechanism can be used to use Azure AD, but I am not sure...
I have been testing with a user pool which is configured to ask the user whether the device being logged in should be remembered or not and the code is...
Hi, The Use Case 4 says that when Authenticating and a CognitoUserNewPasswordRequiredException is thrown, handle the new password challenge. Looking through cognito_user.dart I can't see a way of doing that....
When I was testing on emulator the login UI works fine. But on a real device (especially iOS) the UI just freeze and I was not able to display loading....
Thanks for putting this out there. I ran into an issue trying to authenticate using the library so I broke the code out into an example application and was able...