flutter_cognito_plugin icon indicating copy to clipboard operation
flutter_cognito_plugin copied to clipboard

An AWS cognito plugin for flutter

Results 27 flutter_cognito_plugin issues
Sort by recently updated
recently updated
newest added

To get Id_token or user_token we need to call the getToken method but the pipeline for this is not available yet appearantly.

Hi, I'm using this code `var res = await Cognito.federatedSignIn('accounts.google.com', token.idToken);` and I receive error "Token is not from a supported provider of this identity pool" but I've checked my...

Currently using the latest `flutter_cognito_plugin` from git and `flutter_facebook_login: 3.0.0` for the facebook login function. Here is my code. ``` dart facebookLogin.logIn(['public_profile', 'email']).then((result) { print(result.accessToken.token); // passing user access token...

The plugin works fine if using the android emulator, however once generating an apk using "flutter build apk", an exception is thrown where it cannot find the corresponding plugin. I...

Hi I am trying to build your example app but when I did, confronted with the following error. What have I done wrong? xxxxx\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java:17: error: package com.pycampers.flutter_cognito_plugin does not exist...

Is there a way to allow un-authorized users for read-only operations? Similar to -> https://github.com/aws-amplify/amplify-js/issues/711 ``` const client = new AWSAppSyncClient({ url: AppSync.graphqlEndpoint, region: AppSync.region, auth: { // Amazon Cognito...

Hi, I'm having problems during the release process, the Gradle task failing is compileReleaseKotlin. I suppose is kind of a misconfiguration do you have any idea? thx ``` .pub-cache/hosted/pub.dartlang.org/flutter_cognito_plugin-.pub-cache/hosted/pub.dartlang.org/flutter_cognito_plugin-2.2.0/android/src/main/kotlin/com/pycampers/flutter_cognito_plugin/Cognito.kt: (18,...

How can I contribute to this repo? I detailed the necessary steps to get the example working and I'd like to make a PR.

Hi, I have cloned the example app and I have added awsconfiguration.json file with my cognito info. I then tried using sign up (i.e. email + password) and this worked,...

upstream

NotAuthorizedException: Unable to verify secret hash for client 6npouauc8jt1fioujvblmvpise (Service: AmazonCognitoIdentityProvider; Status Code: 400; Error Code: NotAuthorizedException; Request ID: f964a2df-abf4-4750-bb9d-a731f63d82ad) I/flutter (16710): com.amazonaws.services.cognitoidentityprovider.model.NotAuthorizedException: Unable to verify secret hash for client...