Closed diox closed 5 years ago
Per https://github.com/mozilla-services/iprepd/blob/cf2290d3776bc0da4bb419133484288ed182859d/auth.go#L17-L34 iprepd uses Authentication header with either hawk or token auth using Hawk or APIKey prefixes. This should be documented in the README.
Authentication
Hawk
APIKey
Per https://github.com/mozilla-services/iprepd/blob/cf2290d3776bc0da4bb419133484288ed182859d/auth.go#L17-L34 iprepd uses
Authentication
header with either hawk or token auth usingHawk
orAPIKey
prefixes. This should be documented in the README.