You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Create your own checked `RegistrationException` and `AuthenticationException` to use it in `register()` and `login()` methods respectively
38
+
-Create your own checked `RegistrationException` and `AuthenticationException` to use in `register()` and `login()` methods respectively
39
39
40
-
-Please don’t forget to use salt and passwordhashing
41
-
-In the `mate/academy/Main.main()` method create instance of AuthenticationService using injector and test all methods from it.
40
+
-Please don’t forget to use salt and password-hashing
41
+
-In the `mate/academy/Main.main()` method create an instance of AuthenticationService using injector and test all methods from it.
42
42
43
-
[Try to avoid these common mistakes, while solving task](https://mate-academy.github.io/jv-program-common-mistakes/hibernate/add-user-service/add-user-service-checklist)
43
+
[Try to avoid these common mistakes, while solving task](./checklist.md)
0 commit comments