Update readme
This commit is contained in:
@@ -48,8 +48,8 @@ Having 5 poker cards, decide what is the highest hand that you have
|
|||||||
Starting class: Validators.UserEntities.UserProcessor
|
Starting class: Validators.UserEntities.UserProcessor
|
||||||
Allow the client through a console menu to introduce what operation wants to execute: Authenticate/CreateUser and foreach option have some validations.
|
Allow the client through a console menu to introduce what operation wants to execute: Authenticate/CreateUser and foreach option have some validations.
|
||||||
For Create user: verify if the authenticated user is authorised to create a new user, and that the email is not already in the database
|
For Create user: verify if the authenticated user is authorised to create a new user, and that the email is not already in the database
|
||||||
For authentication: we validate that the user exists in the database
|
* For authentication: we validate that the user exists in the database
|
||||||
Both the menu options and the validations for the operations are done using chain of responssibility
|
* Both the menu options and the validations for the operations are done using chain of responssibility
|
||||||
|
|
||||||
2. Command pattern
|
2. Command pattern
|
||||||
------------------
|
------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user