-
Notifications
You must be signed in to change notification settings - Fork 9
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
RBAC: How to Revoke a role from a person? #92
Comments
nelsonic
added
question
A question needs to be answered before progress can be made on this issue
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
labels
Aug 21, 2020
nelsonic
added a commit
that referenced
this issue
Aug 21, 2020
nelsonic
added a commit
that referenced
this issue
Aug 22, 2020
nelsonic
added a commit
that referenced
this issue
Aug 22, 2020
nelsonic
added a commit
to dwyl/rbac
that referenced
this issue
Aug 22, 2020
nelsonic
added a commit
that referenced
this issue
Aug 22, 2020
13 tasks
This feature is working and will be included as part of #85 ✅ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of granting roles in RBAC, we need the ability to revoke a role from a person.
This will probably only be used very rarely, but it still needs to be possible.
:revoked
field topeople_roles
table/schemapeople_roles
record and setting therevoked
field to the current timestamp will indicate when the role was revoked from that person.roles
on JWT.The text was updated successfully, but these errors were encountered: