ModulesΒ§
- allow_
cross_ πsigning_ reset - delete_
device π - delete_
user π - is_
localpart_ πavailable - provision_
user π - query_
user π - reactivate_
user π - set_
displayname π - sync_
devices π - unset_
displayname π - update_
device_ πdisplay_ name - upsert_
device π
StructsΒ§
- Mas π
- Asserts a request originates from MAS by matching its bearer token against
the configured shared secret, the equivalent of Synapseβs
assert_request_is_from_mas. Rejects with 403 on mismatch or no secret.
FunctionsΒ§
- existing_
user π - Resolves a MAS
localpartto an existing local user, rejecting an absent one with404. - local_
user π - Parses a MAS
localpartinto a local user id, rejecting a malformed one with400.