Authentication & Authorization
JWT authentication and granular access control
I implemented the backend authentication and authorization system using Spring Security and JWT. Access is controlled through roles, permissions and restrictions associated with resources, centralizing the security rules that protect the application operations.
Spring SecurityJWT
I implemented the backend authentication and authorization system using Spring Security and JWT. Access is controlled through roles, permissions and restrictions associated with resources, centralizing the security rules that protect the application operations.
Spring SecurityJWT