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
We already require Users are logged in to do basically anything in the API. We should also require that the logged in User has an appropriate auth level, as defined here
'None' Auth
Shouldn't be able to do anything. These are pending users that must be approved by an Admin before they can use their account
'User' Auth
Should be able to search for and view basically everything: Users, artists, albums, programs, playlists, etc.
Should be able to edit their own User information and create/edit/delete playlists on their own shows/in random playlists
'Exec' Auth
Should be able to promote users to Exec level from User level, and demote users from Exec level to User level
Should be able to create, update, and delete programs, artists, albums
Should be able to approve pending users
'Admin' Auth
Should be able to promote/demote users to any auth level
The text was updated successfully, but these errors were encountered:
We already require Users are logged in to do basically anything in the API. We should also require that the logged in User has an appropriate auth level, as defined here
'None' Auth
'User' Auth
'Exec' Auth
'Admin' Auth
The text was updated successfully, but these errors were encountered: