OpenToonix / OpenToonix-HTTP-Server

HTTP (Hypertext Transfer Protocol) server for Toonix World (mostly known as Mundo Toonix).
MIT License
2 stars 3 forks source link

Add email verification functionality #12

Open Juansecu opened 10 months ago

Juansecu commented 10 months ago

Add email verification functionality to allow only users with a verified email address to access the services provided by the application.

Requirements:

  1. A link with a verification token must be sent via email once users sign up.
  2. Verification tokens must be valid during 24 hours.
  3. Login requests must be blocked if users are not verified.
Soldatstar commented 5 months ago

I'd like to work on this, can you assign it to me?

Juansecu commented 5 months ago

@Soldatstar Done! Remember to open a Pull Request for your contribution when you finish, and follow our commit standards.

Juansecu commented 4 months ago

@Soldatstar If you wish, you can open a new Pull Request for this functionality. Just make sure to follow our standards.