SpringBoardMentor114 / SpendWise

MIT License
2 stars 0 forks source link

Admin Interface for Category Management #85

Open kunaldhondge opened 1 month ago

kunaldhondge commented 1 month ago

The admin interface for category management has been successfully implemented and is now fully functional. This update includes the following changes and enhancements:

  1. Role-Based Access Control: Implemented role-based access control to restrict category creation and management to users with the ADMIN role.
  2. Security Configuration: Configured Spring Security to enforce role-based permissions, ensuring that only authenticated users with the appropriate role can access admin-specific endpoints.