My app has email signup system but I want to add either any or all of the above OAuth systems giving the user a choice to login/signup based on their preferences.
I don't know how to do that. So, need help with that.
Note: Application is buillt with React.js, Next.js, Tailwind and Appwrite
Summary
The user wants to know how to set up Google, GitHub, and Twitter authentication along with an email/password authentication system. They are requesting a feature to allow multiple authentication systems in their application. There is a link to a demo and a blog post about OAuth providers. The user mentions that server-side rendering may not work with OAuth2. They are looking for help with implementing multiple authentication systems in their React.js, Next.js, Tailwind, and Appwrite application. A solution or response to the user's request is not provided in the thread.
FYI, server side rendering won't really work with oauth2 because in oauth2 the session cookie is generated client side.
Susmita
Rank 3: Container
May 28, 2023, 15:50
So, basically there can be any one auth system like either OAuth or just email signup
Susmita
Rank 3: Container
May 29, 2023, 03:31
Hey @Steven I wanna create a feature request regarding this post so that it gets added to Appwrite in the near future
Drake
Admin
May 29, 2023, 07:05
What do you mean?
Susmita
Rank 3: Container
May 29, 2023, 07:07
Currently we can't keep 2 or 3 auth systems together for a application. So, this should be feature request so that in the near future developers can add this kind of feature to their application to give the users a choice to use email/password or Google OAuth or something else while sign up/log in.
Drake
Admin
May 29, 2023, 07:10
Sorry, I don't understand...of course you can give users the option to log in with