Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export and Report endpoints must be under auth #222

Open
giohappy opened this issue Mar 12, 2018 · 0 comments
Open

Export and Report endpoints must be under auth #222

giohappy opened this issue Mar 12, 2018 · 0 comments

Comments

@giohappy
Copy link
Collaborator

giohappy commented Mar 12, 2018

Login is required to access ALL the data endpoints.
Access to endpoints by anonymous users must respond with 401 error.

This will also prevent Internal Server Errors in case a direct link to an export or pdf request is being submitted. In that case the endpoints would fail, because the endpoint is public but the renderer cannot obtain the data for the anonymous user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants