synapse/changelog.d/13842.removal
Quentin Gliech 79c592cec6
Deprecate the generate_short_term_login_token method in favor of an async create_login_token method in the Module API. (#13842)
Signed-off-by: Quentin Gliech <quenting@element.io>
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
2022-10-06 10:22:36 +00:00

2 lines
123 B
Plaintext

Deprecate the `generate_short_term_login_token` method in favor of an async `create_login_token` method in the Module API.