5 ms·
Great post, I came to much the same conclusion when building my app - a secure token is generated on account creation and users are encouraged to save it in cas
by khromov 3y ago
Great post, I came to much the same conclusion when building my app - a secure token is generated on account creation and users are encouraged to save it in case the need to restore their account. I blogged about the implementation below together with how the UI looks (under the "Authentication" heading):
https://khromov.se/building-a-privacy-friendly-self-hosted-application-architecture-with-sveltekit/ https://khromov.se/building-a-privacy-friendly-self-hosted-a...