Third party authentication

What is the best way to implement third-party authentication like google and Facebook in solide.js? I used to auth0 in react.js but for solid js its not supported
3 Replies
Jasmin
Jasmin3mo ago
@Atila has a tutorial on Youtube on how to implement oauth with solidstart. Maybe this is a good starting point for you? https://youtu.be/n2SjqH5r4iw
Atila
YouTube
Social logins in SolidStart with Single Sign-On (SSO)
💡 Single Sign-On (SSO) is a method that allows a user to log in to multiple applications or services with a single set of login credentials. In this video we are going to implement SSO with MediaKit Auth and protect a few routes with it. Chapters ========= 00:00 - Intro 00:17 - What is Single Sign-On 00:37 - Today's stack 🍲 01:09 - Code walkt...
snorbi
snorbi3mo ago
Auth.js has SolidJS support: https://authjs.dev/reference/solid-start It supports OAuth: https://authjs.dev/getting-started/authentication/oauth (Please note: I have not used it, I have only read about it.)
Md Shehab
Md ShehabOP3mo ago
@snorbi thank you for your response but now I am using firebase auth

Did you find this page helpful?