Adding Auth to Solid-Start, need some pointers
First, sorry, this might be a little more generic than just Solid, but I've created my Solid Start app, and I want to add some social logins (github, google, mainly) for some user profile stuff and commenting.
Where do I even start? I understand the session stuff enough, middleware, and could easily roll my own username/password auth. I'm more looking for pointers for adding oauth type services.. Is this where I want to maybe look at Firebase, or Supabase? Or Auth0?
Thanks!
2 Replies
This is a pretty good package
https://mediakit-taupe.vercel.app/auth/install
It's used in create-jd-app and in the with-authjs example in the solid start repository
Auth.js support many providers