Skip to content
Snippets Groups Projects
Commit 8cd787f0 authored by Jan Mach's avatar Jan Mach
Browse files

Fix: Fixed invalid order of applying authentication decorators.

Authentication and authorization decorators were applied in wrong order, which resulted in Forbidden HTTP error to always be thrown. Now it is correct, when the user is not authenticated, Unauthorized HTTP error is returned and user is redfirected to login page.
parent 379690b9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment