grin/api
Michalis Kargakis 9e6ef6f237 Conform auth check to rfc2616 (#1607)
According to rfc2616[1], the response from a server to a request with
bad credentials should be a 401 instead of a 403. Grin does not have
the concept of identities so it does not actually recognize a user
request with bad credentials.

[1] https://tools.ietf.org/html/rfc2616#section-10.4.2
2018-09-29 09:28:25 +02:00
..
src Conform auth check to rfc2616 (#1607) 2018-09-29 09:28:25 +02:00
tests Implement Basic Auth for API and Owner API (#1566) 2018-09-26 22:38:44 +02:00
Cargo.toml Support TLS in ApiServer (#1565) 2018-09-21 13:33:23 +02:00