You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2025. It is now read-only.
the top-level public_key property is redundant. It predates public_keys (added in #10, as modified by #13), and has never been specced. It should be removed.
Sydent returns:
{ "token": "token", "public_key": "sydentPubKeyBase64", "public_keys": [ { "public_key": "sydentPubKeyBase64", "key_validity_url": "https://<server>/_matrix/identity/api/v1/pubkey/isvalid" }, { "public_key": "ephemeralPublicKeyBase64", "key_validity_url": "https://<server>/_matrix/identity/api/v1/pubkey/ephemeral/isvalid", } ], "display_name": "<redacted email>" }the top-level
public_keyproperty is redundant. It predatespublic_keys(added in #10, as modified by #13), and has never been specced. It should be removed.