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

Explicitly allow 401 as an error #26

Closed
richard-jones opened this issue Feb 29, 2020 · 1 comment
Closed

Explicitly allow 401 as an error #26

richard-jones opened this issue Feb 29, 2020 · 1 comment

Comments

@richard-jones
Copy link
Contributor

401 may be thrown by a server during a normal authentication challenge, and if the client can't supply credentials, it's possible that 401 will be received by the caller, rather than the expected 403 (for when authentication fails).

So, we should probably specify an error for a 401 explicitly.

@richard-jones
Copy link
Contributor Author

Done as part of #20

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