Actions
Task #473
closedPublic endpoints must bypass BE Authentication filters
Status:
Closed
Priority:
Normal
Assignee:
Radek Tomiška
Category:
Authentication / Authorization
Target version:
Start date:
06/01/2017
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Currently if users have access tokens (valid or invalid), they are eligible for authentication. It does not matter whether they try to access public or private endpoint.
A problem occurrs if user has invalid token / authentication -> filters will throw an error even when the user tries to access public endpoint.
The goal of this ticket is to fix the behavior of auth filters for public endpoints.
Related issues
Actions