Skip to content

Volodymyr-Mykychak/jv-oop-lesson-0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working with services

Your task is to implement a login method in AuthenticationService and findByEmail method in UserService. More details are described in comments over the methods.

To verify your solution please run main method in Main class. The output in console should be the following:

Test passed for email: bob@i.ua and password 1234
Test passed for email: alice@i.ua and password 1234
Test passed for email: john@i.ua and password 1234
Test passed for email: bob@i.ua and password qwerty

NOTE: please do not modify the Main class.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%