grin/api/src
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
..
auth.rs Conform auth check to rfc2616 (#1607) 2018-09-29 09:28:25 +02:00
client.rs Implement Basic Auth for API and Owner API (#1566) 2018-09-26 22:38:44 +02:00
handlers.rs Implement Basic Auth for API and Owner API (#1566) 2018-09-26 22:38:44 +02:00
lib.rs Implement Basic Auth for API and Owner API (#1566) 2018-09-26 22:38:44 +02:00
rest.rs Implement Basic Auth for API and Owner API (#1566) 2018-09-26 22:38:44 +02:00
router.rs Implement Basic Auth for API and Owner API (#1566) 2018-09-26 22:38:44 +02:00
types.rs Implement Basic Auth for API and Owner API (#1566) 2018-09-26 22:38:44 +02:00
web.rs Support TLS in ApiServer (#1565) 2018-09-21 13:33:23 +02:00