Backend of web application with Spring Security. Application checks if user with inserted credentials exist in database, gives him jwt token if authentication was successful, also checks jwt token from user while authorization.
To start the application you have to tune application.property file:
Choose server port you want for app and write it as server.port value.
Also specify database properties like url, username and password.
jwt.token.secret value is used like secret word for creating a jwt tokens.
jwt.token.expired value is a validity time for jwt token in milliseconds.
