-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mainlining] Update account_validity
requests
#718
Comments
The only place This method is only called in |
See Android issue : tchapgouv/tchap-android#846 |
Done as in Android. |
…validity-requests [Mainlining] Update account_validity requests #718
…validity-requests [Mainlining] Update account_validity requests #718
During the mainlining of synapse, a new optional module has been introduced to handle the account validity.
This involves a new path for the
account_validity
requests:/_matrix/client/unstable/account_validity/* is replaced by /_synapse/client/email_account_validity/*
The request format does not change
For the moment the new module has not been deployed
This path is used client side to request a new email or submit a token (
send_mail
andrenew
)I don't think we are using the /renew API
1- Check the occurrences of the AccountValidityAPI use
2- Sync with Ops to set up the
account_validity
module on DEV platform3- Update the service to use/test the new path on DEV platform
4- Sync with the Web, Mobile and Ops teams to define a plan to update Tchap clients and the Prod/Preprod infra
The text was updated successfully, but these errors were encountered: