You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
WIP: Handle /login
This commit is contained in:
@ -366,3 +366,10 @@ impl Route for Consent {
|
||||
format!("/consent/{}", self.0).into()
|
||||
}
|
||||
}
|
||||
|
||||
/// `GET|POST /_matrix/client/v3/login`
|
||||
pub struct CompatLogin;
|
||||
|
||||
impl SimpleRoute for CompatLogin {
|
||||
const PATH: &'static str = "/_matrix/client/:version/login";
|
||||
}
|
||||
|
Reference in New Issue
Block a user