mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-18 01:24:19 +01:00
proxy+auth: fix post request
This commit is contained in:
@@ -27,7 +27,7 @@ type Authenticator interface {
|
||||
|
||||
// FreshChallengeHeader returns a header containing a challenge for the
|
||||
// user to complete.
|
||||
FreshChallengeHeader(*http.Request, string, int64) (http.Header, error)
|
||||
FreshChallengeHeader(string, int64) (http.Header, error)
|
||||
}
|
||||
|
||||
// Minter is an entity that is able to mint and verify L402s for a set of
|
||||
|
||||
Reference in New Issue
Block a user