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

All endpoints except /login and / should check for Authorization header #32

Open
gsf opened this issue Feb 16, 2015 · 1 comment
Open

Comments

@gsf
Copy link
Member

gsf commented Feb 16, 2015

User token will be passed in Authorization header for requests. Some endpoints, like /search, will return a response suited to the user's permission level for requests with a passing Authorization header, a 401 for a failing Authorization, and a publicly accessible response for requests without the header.

@gsf
Copy link
Member Author

gsf commented Nov 10, 2015

We'll probably need to do this on the item-get, -set, and -delete routes as a requirement for #73.

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

No branches or pull requests

1 participant