jaygajera17 / E-commerce-project-springBoot

This project serves as an easy-to-understand setup for beginners , providing a base foundation in Spring Boot , MVC & hibernate.
https://jaygajera17.github.io/E-commerce-project-springBoot/
587 stars 600 forks source link

Use Spring Security for Admin Role Management #79

Closed Guhapriya01 closed 1 month ago

Guhapriya01 commented 2 months ago

Admin roles are currently managed in controllers. This should be refactored to use Spring Security for better security and maintainability. Implement role-based access control and move role checks to a security configuration.

NisargPipaliya commented 2 months ago

Are you willing to solve this issue? @Guhapriya01

Guhapriya01 commented 2 months ago

Yes, I'm willing to work on it. I'll refactor the admin role management using Spring Security.

NisargPipaliya commented 2 months ago

ok, go on you have 14 days @Guhapriya01

Guhapriya01 commented 2 months ago

Thanks @NisargPipaliya! I'll start.