amazon-cognito-identity-dart icon indicating copy to clipboard operation
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.

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

Example project is not compiling anymore ``` Launching lib/main.dart on sdk gphone x86 arm in debug mode... [!] Your app isn't using AndroidX. ..... Running Gradle task 'assembleDebug'... Running Gradle...

In `CognitoUser.getSession()`, [generic `Exception`s are thrown](https://github.com/jonsaw/amazon-cognito-identity-dart/blob/7c5a418bc1d2046ff53882fc892bb226492afcdf/lib/src/cognito_user.dart#L198). To differentiate between them, operations need to be done on the output from `toString()`, which isn't great. Could these be changed to dedicated object...

Sometimes when I try to authenticate user, with my network turned off, I get the following error (and it takes around 1-2 minutes to get this error): **CognitoClientException {statusCode: null,...

when I use amazon-cognito-identity-dart to fullfill the sign-up, it alerts "Unknown client error occurred" please let me know how can I fix it? Thank you very much

E/flutter (10409): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: CognitoClientException{statusCode: 400, code: NotAuthorizedException, name: NotAuthorizedException, message: Identity pool - XXXXXXXXXXXXXabe0-3XXXXXXXX does not have identity providers configured.} Getting this error.while uploading images to s3 bucket

Thread 26: Fatal error: Unexpectedly found nil while unwrapping an Optional value Fatal error: Unexpectedly found nil while unwrapping an Optional value: file /Users/user/FlutterHome/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_aws_amplify_cognito-1.0.0+7/ios/Classes/SwiftFlutterAwsAmplifyCognito.swift, line 275

CognitoClientException{statusCode: 400, code: InvalidParameterException, name: InvalidParameterException, message: 1 validation

how can i add custom attributes when signup? can i use ClientMataData ? Thanks.

If you have enabled [device remembering](https://aws.amazon.com/blogs/mobile/tracking-and-remembering-devices-using-amazon-cognito-your-user-pools/) feature in you User Pool, this SDK will fail in response to `DEVICE_PASSWORD_VERIFIER` challenge, which occurs on the **second** time you login with the...

set MediaType(image,png) in http.MultipartFile http.MultipartFile('file', stream, length, filename: path.basename(file.path), contentType: MediaType(mimeTypeData[0], mimeTypeData[1])) doesnot work. It seems to set something like " res.fields['Content-Type'] = 'image/png'; " but I am not familiar...