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

Create an authorization flow #363

Open
asmahood opened this issue Feb 11, 2025 · 0 comments
Open

Create an authorization flow #363

asmahood opened this issue Feb 11, 2025 · 0 comments
Labels
type::Feature Issues/Pull requests that implement a new feature/enhancement work::Product Development

Comments

@asmahood
Copy link
Member

Description

To support RBAC, we need to create a new authorization flow. This flow should run after authentication but before the server action is run. The authorization flow should retrieve the requesting users role, and check if the user has the required role to perform this action. If the user does not meet the requirements, a 403 error should be returned from the server.

@asmahood asmahood added type::Feature Issues/Pull requests that implement a new feature/enhancement work::Product Development labels Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::Feature Issues/Pull requests that implement a new feature/enhancement work::Product Development
Projects
None yet
Development

No branches or pull requests

1 participant