Closed Guhapriya01 closed 1 month ago
Are you willing to solve this issue? @Guhapriya01
Yes, I'm willing to work on it. I'll refactor the admin role management using Spring Security.
ok, go on you have 14 days @Guhapriya01
Thanks @NisargPipaliya! I'll start.
Admin roles are currently managed in controllers. This should be refactored to use
Spring Security
for better security and maintainability. Implementrole-based access control
and move role checks to asecurity configuration
.