You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Handle legacy /refresh
This commit is contained in:
@@ -121,6 +121,10 @@ where
|
||||
mas_router::CompatLogout::route(),
|
||||
post(self::compat::logout::post),
|
||||
)
|
||||
.route(
|
||||
mas_router::CompatRefresh::route(),
|
||||
post(self::compat::refresh::post),
|
||||
)
|
||||
.layer(
|
||||
CorsLayer::new()
|
||||
.allow_origin(Any)
|
||||
|
||||
Reference in New Issue
Block a user