SpringBoardMentor114 / SpendWise

MIT License
2 stars 1 forks source link

Security: Admin Interface to create a category #35

Open SpringBoardMentor114 opened 7 months ago

kunaldhondge commented 5 months ago

Admin Interface for Category Management Completed

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

  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.