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
Describe the bug
Hello! While checking the code of the AuthenticationController class, I noticed that the checkPermission call does not actually aborts if the user is unauthenticated:
Describe the bug
Hello! While checking the code of the AuthenticationController class, I noticed that the checkPermission call does not actually aborts if the user is unauthenticated:
platform/src/Platform/Http/Controllers/Controller.php
Line 29 in da3f6f4
It is later aborted in a different middleware, but I guess it would also make more sense to add this check in the AttachmentController too, right?
The text was updated successfully, but these errors were encountered: