nicmart-dev / linguistnow

LinguistNow simplifies the hassle of finding available linguists for translation projects.
https://linguistnow.netlify.app
1 stars 1 forks source link

Diving deeper: Sign up with Google #1

Closed nicmart-dev closed 4 months ago

nicmart-dev commented 4 months ago

Reduce clicks to connect Calendar by having 2-in-1 creation of user account and not having to log in to connect calendar.

Eg. Research how sites like https://zapier.com/sign-up do it.

nicmart-dev commented 4 months ago

Jim suggested I look into https://www.npmjs.com/package/google-auth-library, but consider this a stretch goal.

nicmart-dev commented 4 months ago

Get started using google-auth-library: https://chatgpt.com/share/c7ba7c92-fd09-4284-9dd5-69a701650077

Guide using older @react-oauth/google(last updated 6 months ago) package: https://blog.logrocket.com/guide-adding-google-login-react-app/

nicmart-dev commented 4 months ago

OAuth implemented as part of #16 and then user account creation flow handled with #9 from Login component, so not sure value in exploring separate Sign up flow, but may be considered if simplify UX perhaps as part of #34 or fixing bug #24