You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-23 11:02:35 +03:00
Legacy login via m.login.sso
This commit is contained in:
@@ -46,6 +46,10 @@ pub trait Route {
|
||||
fn go(&self) -> axum::response::Redirect {
|
||||
axum::response::Redirect::to(&self.relative_url())
|
||||
}
|
||||
|
||||
fn go_absolute(&self, base: &Url) -> axum::response::Redirect {
|
||||
axum::response::Redirect::to(self.absolute_url(base).as_str())
|
||||
}
|
||||
}
|
||||
|
||||
pub trait SimpleRoute {
|
||||
|
||||
Reference in New Issue
Block a user