linagora / ToM-server

GNU Affero General Public License v3.0
11 stars 3 forks source link

Added endpoint to reset password #140

Closed BichraiX closed 1 month ago

BichraiX commented 1 month ago

Added endpoint from the spec : https://spec.matrix.org/v1.11/client-server-api/#post_matrixclientv3accountpassword

Added function to get the access token from the request headers or query to utils package and replaced the associated code in tom-server, identity-service, and client-server.

Added checks for server capabilities to /add, /bind and /delete from spec : https://spec.matrix.org/v1.11/client-server-api/#capabilities-negotiation