Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#34 Add Role Based Access Control #46

Merged
merged 6 commits into from
May 7, 2024
Merged

#34 Add Role Based Access Control #46

merged 6 commits into from
May 7, 2024

Commits on May 7, 2024

  1. feat(rbac): Implement role based access control

    -define roles and permissions for vendors and buyers
    -assign roles and permissions to users during registration or profile update
    -enforce role-based access control throughout the application
    -write comprehensive unit tests
    
    [Delivers #34]
    ambroisegithub authored and jkarenzi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    92d2e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45396b4 View commit details
    Browse the repository at this point in the history
  3. feat(rbac): integrate rbac into user registration

    -integrate role based access control into user registration
    
    [Delivers #34]
    jkarenzi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    32352bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dd84c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e349ce1 View commit details
    Browse the repository at this point in the history
  6. feat(rbac): integrate rbac into user registration

    -integrate role based access control into user registration
    
    [Delivers #34]
    jkarenzi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0781ea7 View commit details
    Browse the repository at this point in the history