yfabio / techshop-backend

Spring Boot backend of techshop appplication
0 stars 0 forks source link

Implement the login #1

Open yfabio opened 15 hours ago

yfabio commented 15 hours ago

Implement the login backend with spring security

yfabio commented 13 hours ago
  1. Created User Controller and the requests that with a simple structure.
  2. Create the security config and implemented the method
  3. Create the handle success object which will handle the redirect base of the role.
  4. Needs to enhance all the implementation.