Added user authorisation feature
-
- Spring security core dependency to pom.xml
-
- User class, which contains login and password
-
- Auth class for user authorization
-
- Simple console program to App.java for testing this feature
- Tests for Authorization class