-
Notifications
You must be signed in to change notification settings - Fork 35
Implement role-based access control for healthcare usersΒ #36
Copy link
Copy link
Labels
High PriorityenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
π Problem
The system does not clearly enforce user roles such as Admin, Doctor, and Receptionist.
π― Objective
Secure the system using role-based access control.
β Tasks
- Define roles:
- Admin
- Doctor
- Receptionist
- Restrict access to endpoints based on roles
- Integrate with authentication system (JWT/Spring Security)
π§ͺ Acceptance Criteria
- Unauthorized users cannot access restricted endpoints
- Role-based permissions are enforced
- Security configuration is documented
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
High PriorityenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed