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
Change permissions to strings, and add better parsing method.
Use strings for permissions as they are more extensible than enums. Less granular permissions are also available, `*` is all permissions, `software` or `software.*` gives access to all software endpoints, and `software.read` gives access to read-only software information. `*.read` can also be used to give read access to all endpoints.
0 commit comments