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
Most of the methods in AuthorizationProvider take AuthenticationDataSource for authorization decision. However isSuperUser still takes the string role token. This has to be changed.
Problem
Most of the methods in AuthorizationProvider take
AuthenticationDataSourcefor authorization decision. HoweverisSuperUserstill takes the string role token. This has to be changed.