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
Sometimes it's useful to know if a user has any scopes within a namespace. "Does this user have any scopes in feeder:*".
Or to find account ids that have any feeder:* permissions.
Would require either special-casing a wildcard in ScopeList.contains?. Or overriding ScopeList.include? to know about wildcards.
Or slightly higher up in ResourceMap.resources. But I kind of like this in the ScopeList - so it works both for listing resources, and checking a specific resource.
The text was updated successfully, but these errors were encountered:
Sometimes it's useful to know if a user has any scopes within a namespace. "Does this user have any scopes in
feeder:*
".Or to find account ids that have any
feeder:*
permissions.Would require either special-casing a wildcard in
ScopeList.contains?
. Or overridingScopeList.include?
to know about wildcards.Or slightly higher up in
ResourceMap.resources
. But I kind of like this in theScopeList
- so it works both for listing resources, and checking a specific resource.The text was updated successfully, but these errors were encountered: