Skip to content

Conversation

@Kovall-Nick
Copy link

No description provided.

Copy link

@Elena-Bruyako Elena-Bruyako left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comments

README.md Outdated
Test passed for email: [email protected] and password qwerty
```
**NOTE:** please do not modify the `Main` class.
🛠️ Деталі завдання Реалізувати метод login в класі AuthenticationService. Цей метод, ймовірно, має приймати електронну пошту (email) та пароль. Він повинен перевіряти, чи існує користувач з таким email, та чи співпадає пароль. Якщо дані коректні, метод повертає об'єкт користувача; інакше, він має обробляти ситуацію, наприклад, викидати виключення або повертати null.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert changes

* @param password - user's password
* @return true if user by email exists and passed password is equal to user's password.
* Return false in any other cases.
Уявіть, що деякий користувач хоче увійти на ваш сайт.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants