With all the data breaches we've been seeing lately I'd like to try to implement an anonymous sign-up/log-in system like Mullvad has.
I see that there's a system with the same vibe in Supabase, but it's not persistent as far as I understood (and it needs a proper email attached to it). Has anyone here ever tried to do this before? That doesn't seem too complicated but I'm not sure...
The idea I have in mind for now is to generate a 16-character ID that is linked to a random email address in my database (and use this ID to find the email address to log in). Do you think this is a good idea?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.