-
Notifications
You must be signed in to change notification settings - Fork 996
Hw solution jv oop lssn0 #1253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Hw solution jv oop lssn0 #1253
Conversation
Elena-Bruyako
left a comment
There was a problem hiding this 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. |
There was a problem hiding this comment.
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. | ||
| Уявіть, що деякий користувач хоче увійти на ваш сайт. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert changes
No description provided.