mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-09-28 18:49:29 -04:00
Rewrite the KeyRing (#10035)
This commit is contained in:
parent
3cf6b34b4e
commit
fc3d2dc269
8 changed files with 403 additions and 502 deletions
|
@ -152,7 +152,9 @@ class Authenticator:
|
|||
)
|
||||
|
||||
await self.keyring.verify_json_for_server(
|
||||
origin, json_request, now, "Incoming request"
|
||||
origin,
|
||||
json_request,
|
||||
now,
|
||||
)
|
||||
|
||||
logger.debug("Request from %s", origin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue