Setup an authorization system #2

Closed
opened 2024-05-28 17:50:29 +02:00 by clement.freville2 · 0 comments
clement.freville2 commented 2024-05-28 17:50:29 +02:00 (Migrated from codefirst.iut.uca.fr)

Users may create an account to be able to post things. An user is identified by their email, and their account is protected with a hashed password. A minimum password length is ensured, the email is assumed to be unique. The login form asks for the email and the password, and check it.

A logged user should be able to log out.

Users may create an account to be able to post things. An user is identified by their email, and their account is protected with a hashed password. A minimum password length is ensured, the email is assumed to be unique. The login form asks for the email and the password, and check it. A logged user should be able to log out.
Sign in to join this conversation.
No description provided.