jonsaw / amazon-cognito-identity-dart

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
MIT License
204 stars 93 forks source link

Update README.md #58

Open abbasidaniyal opened 5 years ago

abbasidaniyal commented 5 years ago

This is an important point that is missing. Took me an hour to figure it out

jakejscott commented 4 years ago

@abbasidaniyal I think this has been addressed by another author here: https://github.com/jonsaw/amazon-cognito-identity-dart/pull/63

You should leave 'generate client secret' checked for native apps. It's just when your using javascript sdk you leave it unchecked https://github.com/aws-amplify/amplify-js/tree/master/packages/amazon-cognito-identity-js#configuration

doc-rj-celltrak commented 4 years ago

The readme update would have helped me too, and it applies until PR #63 is merged. Unfortunately, this project seems to be orphaned at the moment.

furaiev commented 4 years ago

Hi all here, I've copied this project in a separate package (because this one isn't supported anymore) https://pub.dev/packages/amazon_cognito_identity_dart_2 Welcome to contribute.