matrix-org / matrix-user-verification-service

Service to verify details of a user based on a Open ID token.
Other
22 stars 21 forks source link

Support users on other Matrix servers #3

Closed jaywink closed 3 years ago

jaywink commented 3 years ago

Currently the verification service requires the Matrix server that the user token is created with and the Synapse it verifies room membership against to be the same. This restriction could be lifted by passing in the Matrix server name to verify the token against.