Software-Developer-Academy / mentor-match

Mentor Matching website
12 stars 16 forks source link

3rd party Auth provider integration (ie: Google, FB, Github, etc.) #65

Closed coltonehrman closed 4 weeks ago

coltonehrman commented 4 months ago

Look into integrating 3rd party authentication providers to enable other auth strategies.

ogeeDeveloper commented 3 months ago

Which authentication third party library should be used for the oauth?

tjay22 commented 3 months ago

Which authentication third party library should be used for the oauth?

@ogeeDeveloper I guess we can start with Google and then decide if we want to include other providers? What do you think?

ogeeDeveloper commented 3 months ago

I mean if Firebase, supabase or next auth with be the library that provides the 3rd party authentication?

tjay22 commented 3 months ago

I mean if Firebase, supabase or next auth with be the library that provides the 3rd party authentication?

@ogeeDeveloper I remember clerk and next auth being mentioned during the initial discussions. I don't have experience with either one as I've only worked with Firebase before. Which library so you have experience with?