Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Return an HTTP 401 Unauthorized on missing token #5

Closed
dmitrizagidulin opened this issue May 4, 2016 · 1 comment
Closed

Return an HTTP 401 Unauthorized on missing token #5

dmitrizagidulin opened this issue May 4, 2016 · 1 comment

Comments

@dmitrizagidulin
Copy link
Member

Currently returning an HTTP 400 error ('An access token is required') when no access token is present.
Should instead return a 401 error for that same situation (so that it can be caught downstream, the user possibly redirected to a login page, etc).

dmitrizagidulin added a commit that referenced this issue May 4, 2016
@dmitrizagidulin
Copy link
Member Author

Fixed in PR #4, closing.

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

No branches or pull requests

1 participant