mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 18:18:30 +00:00
i'm tired
This commit is contained in:
@@ -559,7 +559,7 @@ func wireDPOP01Validate(ctx context.Context, ch *Challenge, db DB, jwk *jose.JSO
|
||||
return WrapErrorISE(err, "Invalid DPoP token")
|
||||
}
|
||||
dpop := make(map[string]interface{})
|
||||
if err := parsedAccessToken.UnsafeClaimsWithoutVerification(&parsedDpopToken); err != nil {
|
||||
if err := parsedDpopToken.UnsafeClaimsWithoutVerification(&dpop); err != nil {
|
||||
return WrapErrorISE(err, "Failed parsing dpop token")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user