Closed stopdropandrew closed 4 years ago
@stopdropandrew thank you for your collaboration, pls check latest package version 0.1.11.
Thanks for merging!
On Sat, Mar 21, 2020 at 11:05 AM Alex Furaiev notifications@github.com wrote:
@stopdropandrew https://github.com/stopdropandrew thank you for your collaboration, pls check latest package version 0.1.11.
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/furaiev/amazon-cognito-identity-dart-2/pull/28#issuecomment-602080762, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABUGJDDN7F6ZPARVVXM53RIT6VLANCNFSM4LBV3PYQ .
Is there a way to Switch Unauthenticated Users to Authenticated Users as explained here: https://docs.aws.amazon.com/cognito/latest/developerguide/switching-identities.html
I am not able to find a method for this.
This pull allows unauthenticated access to identity pools identities and AWS credentials. I changed the constructor for
CognitoIdentityId
since it wasn't in the docs.I would like to change
CognitoCredentials
constructor in a similar way, passing intoken
andauthenticator
, so that theCognitoIdentityId
could be cached, but it would require changing the public API and docs, so I left it for now.Alternatively, the change could mirror amplify-cognito-identity-js even more, passing in
Logins
like