mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-27 05:24:10 +01:00
'third-party' should have a hyphen when used as an adjective, such as in 'third-party network'. It should not have a dash when used as a noun, such as in 'sharing with a third party'. All uses in the spec of third-party were as an adjective. Thus they have all been updated to include a hyphen where they didn't already.
10 lines
310 B
Markdown
10 lines
310 B
Markdown
|
|
### OpenID
|
|
|
|
This module allows users to verify their identity with a third-party
|
|
service. The third-party service does need to be matrix-aware in that it
|
|
will need to know to resolve matrix homeservers to exchange the user's
|
|
token for identity information.
|
|
|
|
{{% http-api spec="client-server" api="openid" %}}
|