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
Based upon scopes as implemented in this project, I have started a new repo for defining structured scopes. I would like to add compliance here.
In essence, what this will add (that sanic-jwt does not already have) is having negated actions. What do I mean? ::delete would mean only provide access to this if the user does not have the :delete action.
The text was updated successfully, but these errors were encountered:
Based upon scopes as implemented in this project, I have started a new repo for defining structured scopes. I would like to add compliance here.
In essence, what this will add (that
sanic-jwt
does not already have) is having negated actions. What do I mean?::delete
would mean only provide access to this if the user does not have the:delete
action.The text was updated successfully, but these errors were encountered: