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

Enfore mandatory `matrix_server_name` in verify requests #17

Open jaywink opened 3 years ago

jaywink commented 3 years ago

As planned for 3.0.0, require matrix_server_name in all verify requests.

This seems to already be the case anyway since 2.0.0 due to a big in the verify code refusing to verify any requests without this parameter.