ranjithkumarravikumar52 / issue-tracker

spring boot, spring mvc, MySQL, H2 and thymeleaf issue tracker app
0 stars 0 forks source link

Implement user authentication #125

Closed ranjithkumarravikumar52 closed 5 years ago

ranjithkumarravikumar52 commented 5 years ago

Resources

References

ranjithkumarravikumar52 commented 5 years ago

To-do

Persistence Layer

Configuration files

Service Layer

Application properties

  1. datasource
  2. usersQuery
  3. rolesQuery

Security Configuration

Controller layer

View layer

ranjithkumarravikumar52 commented 5 years ago

"/login" will be blocking all request to our app, allowing only when user is authenticated. Once authenticated, the rest of app functions as before.