-
Notifications
You must be signed in to change notification settings - Fork 73
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
Question: Any recommendation on Social Sign In support #97
Comments
Hi @fkwfung You've probably seen this already: Usage with AWS Amplify You're not the first user to ask by the way, see discussion in #76 Initiating Oauth2 is pretty straightforward (just a browser redirect) and handling the redirect back from Cognito isn't hard either, so we were tempted to add it to this lib too (so as to be a one stop shop for Auth if it can), but it has little priority. |
Thank you @ottokruse for the info. Currently I'm using a combination of Amplify Auth and the Passwordless Auth client too. #76 could be better approach per your suggestion. |
How is the dev experience for that? Any annoyances you run into? |
Yeah, there were 3 main issues (I'm using React as web application):
Now I will see more value adding OAuth support on the Passwordless stack 👍 |
Oof sounds like some rabbit holes 😓 Glad though you were able to get there in the end. If you can share code snippets of your work arounds that'd be great for better understanding. |
Hi @ottokruse,
Is there any support from the current client SDK to build social sign in (e.g. Google sign in)?
Comparing to Amplify Auth for client SDK, they have built-in support on using federated sign in to support Social logins or other OAuth endpoints (and you can customize based on Amplify Authentication documentation.
Thank you very much!
Frankie
The text was updated successfully, but these errors were encountered: