Open lsamko opened 1 year ago
add dependency save all users in db https://docs.spring.io/spring-security/reference/servlet/authentication/passwords/jdbc.html add basic auth only auth user can make a request
add roles> admin and user based on role set up permissions
set up jwt auth
change from role-based auth to access-controll
add dependency save all users in db https://docs.spring.io/spring-security/reference/servlet/authentication/passwords/jdbc.html add basic auth only auth user can make a request