5 ms·
Supabase is also great for auth. Did you reimplement auth yourself or switch to another auth service or framework?
by tonerow 3y ago
Supabase is also great for auth. Did you reimplement auth yourself or switch to another auth service or framework?
- tmcw 3y agoWe switched to Clerk.dev. Thankfully we had only supported magic link auth, so there wasn't much information to migrate over. Clerk has been pretty good - they have a great Remix integration and solid admin experience.
- doodlesdev 3y agoAny specific reason to go with it instead of alternatives?
- doodlesdev 3y agoPSA: Supabase Auth is based on their fork [0] of Netlify's Gotrue [1]. If you are migrating out of Supabase completely you can just drop in Gotrue for authentication. [0]: https://github.com/supabase/gotrue https://github.com/supabase/gotrue [1]: https://github.com/netlify/gotrue https://github.com/netlify/gotrue