mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 19:42:24 -05:00
federated authentication better logging + tidying (#232)
* change trace logging in authenticator * messing about * lil changes * go fmt * error fix * Fix broken test
This commit is contained in:
parent
2e5dcc2929
commit
92186c8c6f
13 changed files with 134 additions and 123 deletions
|
|
@ -72,6 +72,8 @@ const (
|
|||
APRequestingActorIRI APContextKey = "requestingActorIRI"
|
||||
// APRequestingPublicKeyVerifier can be used to set and retrieve the public key verifier of an incoming federation request.
|
||||
APRequestingPublicKeyVerifier APContextKey = "requestingPublicKeyVerifier"
|
||||
// APRequestingPublicKeySignature can be used to set and retrieve the value of the signature header of an incoming federation request.
|
||||
APRequestingPublicKeySignature APContextKey = "requestingPublicKeySignature"
|
||||
// APFromFederatorChanKey can be used to pass a pointer to the fromFederator channel into the federator for use in callbacks.
|
||||
APFromFederatorChanKey APContextKey = "fromFederatorChan"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue