marjanovicbrane/spring-crm-rest-api-security
SPRING SECURITY CRM REST API with AUTHENTICATION in memory and AUTHORIZATION.User can have 3 roles:employee, manager and admin.I secured all REST endpoints and adds following security authorizations: EMPLOYEE role can perform GET http request method, MANAGER can perform GET, POST and PUT http request methods and ADMIN can perform GET, POST, PUT and DELETE http request methods, ie. All CRUD methods.
Java
No issues in this repository yet.