Open Nemanja1208 opened 8 months ago
Overview :
As a system, I want to support user registration, so that new users can create accounts :
As a system, I want to enable role-based access control, so that users have permissions based on their roles (e.g., student, instructor, admin) :
Implement middleware in the .NET backend to check user permissions based on their role.
As a system, I want to allow users to manage their profiles, so they can update personal information.
As a system, I want to support user authentication, so that users can log in securely :
Overview :
As a system, I want to support user registration, so that new users can create accounts :
As a system, I want to enable role-based access control, so that users have permissions based on their roles (e.g., student, instructor, admin) :
Implement middleware in the .NET backend to check user permissions based on their role.
As a system, I want to allow users to manage their profiles, so they can update personal information.
As a system, I want to support user authentication, so that users can log in securely :