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

feat: added holder role guard #851

Merged
merged 3 commits into from
Jul 17, 2024
Merged

Conversation

KulkarniShashank
Copy link
Contributor

What

  • Added validation for the organization role guard and user access guard.
  • Updated the user decorator for user roles.

Why

  • To ensure that only users with the appropriate roles and permissions can access certain functionalities.
  • To enhance the security and integrity of the application by enforcing role-based access control.

How

  • Implemented new validation logic for the organization role guard.
  • Added checks for user access guard to ensure proper user validation.
  • Modified the user decorator to handle user roles more effectively.

KulkarniShashank added 2 commits July 17, 2024 16:45
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
@KulkarniShashank KulkarniShashank self-assigned this Jul 17, 2024
@KulkarniShashank KulkarniShashank linked an issue Jul 17, 2024 that may be closed by this pull request
5 tasks
@KulkarniShashank KulkarniShashank added the feature This is a new feature label Jul 17, 2024
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
@KulkarniShashank KulkarniShashank merged commit 489e81e into develop Jul 17, 2024
1 check passed
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This is a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: holder role guard
2 participants