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
Handle legacy /refresh
This commit is contained in:
@ -380,3 +380,10 @@ pub struct CompatLogout;
|
||||
impl SimpleRoute for CompatLogout {
|
||||
const PATH: &'static str = "/_matrix/client/:version/logout";
|
||||
}
|
||||
|
||||
/// `POST /_matrix/client/v3/refresh`
|
||||
pub struct CompatRefresh;
|
||||
|
||||
impl SimpleRoute for CompatRefresh {
|
||||
const PATH: &'static str = "/_matrix/client/:version/refresh";
|
||||
}
|
||||
|
Reference in New Issue
Block a user