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
The authorization checker has been changed to support any value
recently. The naming should reflect that to avoid confusion.
Refs sonata-project/SonataAdminBundle#4518
if (null === ($token = $this->tokenStorage->getToken())) {
57
57
thrownewAuthenticationCredentialsNotFoundException('The token storage contains no authentication token. One possible reason may be that there is no firewall configured for this URL.');
@@ -65,6 +65,6 @@ final public function isGranted($attributes, $object = null)
0 commit comments