Supabase is also great for auth. Did you reimplement auth yourself or switch to another auth service or framework?

PSA: 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

[1]: https://github.com/netlify/gotrue