-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using FederatedSignIn in with aws-amplify-react-native #39
Comments
@marioskonstantinou Federated auth is currently in our backlog and should be available within the next couple releases, if not next release. Alternatively, the cognito js sdk provides a federated example (federated identities go on the "Logins" parameter): https://github.com/aws/amazon-cognito-identity-js, see use case #4, and docs here: http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-identity-federation.html. Currently federated identities is in this sprint, so we are hoping to get this out within the next couple weeks! |
Any updates on this functionality? |
when is federated auth with public providers (FB, Google) likely to be introduced for aws-amplify-react-native? |
+1 |
Seems to be released, but I am experiencing token expiration issues with FB logins. The fb token has a long expire time, but for some reason, getting "Access Denied" on my API requests after a little while. Almost seems like the aws token is failing to refresh my fb access token. |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Hello. I couldn't find any examples with Federated Identities sign in using only the aws-amplify-react-native. Would it be possible to use FederatedSignIn of aws-amplify-react in a react-native mobile app? If yes, what would be the best way of doing this? If not what's the alternative? Thanks
The text was updated successfully, but these errors were encountered: