linagora / ToM-server

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

Client server handle application services #102

Closed BichraiX closed 2 months ago

BichraiX commented 2 months ago

Added Application Service handling for registration and authentication : https://spec.matrix.org/v1.11/application-service-api/#server-admin-style-permissions https://spec.matrix.org/v1.11/application-service-api/#registration

Added method in utils package to convert localpart to matrixId format. Refactored the code for register but is still not finalized. Finalized /whoami to comply with spec.