Hey guys, just a quick question - I'm currently prototyping some backend and evaluating supabase for this purpose. I don't want to use ssr cause the frontend "app" will only be visible to customers for managing their data. So I think about just using plain react in frontend - but what should I use for auth purpose? Should I implement it myself or should I use supabase/ui (https://ui.supabase.io/components/auth) or use the auth-helpers package for this? Especially when I need some functionality like reset password etc. when using plain react & react-router it seems to be tricky? Any recommendations for that? Thanks!
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.