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
205 stars 93 forks source link

Exposed identityId in CognitoCredentials #39

Open dedvalson opened 5 years ago

dedvalson commented 5 years ago

The AWS APIGateway needs the IdentityID. It was already in the credentials but was not exposed.

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.