Closed mihed closed 1 year ago
Accounts are handled with firebase accounts, each user gets an account, the reset is handled by firebase: https://github.com/chickenTurtle/brfkaptenen/blob/main/frontend/src/page/Forgot.js#L15
Ok, great. I have not read up on firebase accounts, but I'm pretty sure that it's secure then. Since, backed by google security.
I can see that we're getting redirected to some internal firebase stuff. How is the account handling working at the moment? Do we have a single FB account per user so that they get their own partition? And is it in this way you're recovering?