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
Before implementing sharing, playlists etc, we should take user roles into consideration. My idea would be to use http://www.subsonic.org/pages/api.jsp#getUser for authenticating on login and saving the roles locally.
The text was updated successfully, but these errors were encountered:
Squashed commit of the following:
commit 393c481a21fa97881be2b6859e9acaa8ab7abb7f
Author: Arne Schlüter <arne@schlueter.is>
Date: Wed Sep 5 12:04:56 2018 +0200
Consider user roles when building up the navigation
commit d631cba1174ecf42b682664bf57c41b88b7f5ed4
Author: Arne Schlüter <arne@schlueter.is>
Date: Wed Sep 5 11:52:05 2018 +0200
Save user roles on login
commit e68ced335ccc11a2daebbf12bb4061a53935c268
Author: Arne Schlüter <arne@schlueter.is>
Date: Wed Sep 5 10:25:19 2018 +0200
Rename dispatch to muted-dispatch for easier disambiguation
User role checks have been implemented and the UI displays different elements for different access rights, however they are not yet checked at all in the client side routing. This is partially because client-side routing might completely change with the new release of reitit.
Before implementing sharing, playlists etc, we should take user roles into consideration. My idea would be to use http://www.subsonic.org/pages/api.jsp#getUser for authenticating on login and saving the roles locally.
The text was updated successfully, but these errors were encountered: