matrix-user-verification-service
matrix-user-verification-service copied to clipboard
Service to verify details of a user based on a Open ID token.
- Update to Node 18. Node 14 is out of life and 16 will be gone by October. - Stop using `-buster` for Docker. `-slim` gives you a smaller up...
We have the issue that some IPv6s were rejected by the filter, because of how the `::ffff:*` IPs are defined. The concatenation in `ip6FromIp4Blacklist` led to entries such as `::ffff:127.0.0.0/8`,...
I tried to setup this docker image on our docker server on which docker and jitsi is running. i added this to the docker-compose file. ``` matrix-user-verification-service: depends_on: - synapse...
Hey, I'm having a hard time understanding what's needed to get everything configured: ``` UVS_ACCESS_TOKEN=syt_foobar ###### foobar is confusing, should this be the access token for an admin user made...
It is not clear from the documentation whether any changes need to be made in /etc/matrix-synapse/homeserver.yaml For instance the Readme suggests .env to have UVS_ACCESS_TOKEN=foobar. Should this 'foobar' token be...
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...
I am not able to understand the README file completely. I am not able to understand which env variables to be taken and what should be their values. I am...
Currently only a single Synapse homeserver URL and admin access token can be configured per instance of matrix-user-verification-service. However, in a deployment that features multiple, federated homeservers but only a...
For situations where hundreds of users want to verify themselves being in a room at the same time, it makes no sense to do hundreds of Synapse admin `/state` calls....
I think https://github.com/matrix-org/matrix-user-verification-service/pull/22 might not be complete. I tried fixing and for me it works but I'm not sure the config is being used everywhere, anyway here's what works for...