You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: