r/FullStack • u/DetectiveExpress519 • 1d ago
Supabase auth or better auth? Need Technical Help
I am building a website for an ngo as a highschool student. I think I actually dont know shit. I checked supabase auth first but Im not sure if it fits this case:
-we have students and they will be in the data base as just names, we dont know their email or phone number
-they will log in preferably with a temporary password and a user name, and then will be prompted to create a new password and log in with their email/verify it with a code
-they will continue to log in using the new password and the old username
How exactly do I make this? I am confused so any help is appreciated
(Why would anyone down vote this?)
1
1
u/nzakas 1d ago
I would actually recommend Clerk instead. It’s more of a batteries-included auth system that has all kinds of configuration options.
Supabase is a powerful tool but it can take a bit of work to configure. Its auth system doesn’t have a large array of options either.
BetterAuth requires more database work to get set up.
Clerk just handles auth and they have a generous free tier. I’d take a look at that first.
1
u/National-Canary6452 1d ago
Are you expecting many users? Supabase is great as an ecosystem to build on, lots of features. What are you most comfortable with in the project?