maelstrom-rs / maelstrom

High performance Matrix Home Server in rust.
Apache License 2.0
242 stars 16 forks source link

OpenID: requestOpenIdToken #90

Open chrisabruce opened 4 years ago

chrisabruce commented 4 years ago

Get an OpenID token object to verify the requester's identity.

Gets an OpenID token object that the requester may supply to another service to verify their identity in Matrix. The generated token is only valid for exchanging for user information from the federation API for OpenID.

The access token generated is only valid for the OpenID API. It cannot be used to request another OpenID access token or call /sync, for example.