You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2025. It is now read-only.
We need to send validation emails to newly created users so they can confirm their account.
Users shouldn't be able to access our services without first confirming their account.
The email must constain a confirmation url containing a token.
The token must be stored in a redis instance to ensure its expiration.
We must setup a mail sending feature, via a provider like aws/azure or something else.