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
Support for token revocation
This commit is contained in:
@@ -180,6 +180,10 @@ where
|
||||
mas_router::OAuth2Introspection::route(),
|
||||
post(self::oauth2::introspection::post),
|
||||
)
|
||||
.route(
|
||||
mas_router::OAuth2Revocation::route(),
|
||||
post(self::oauth2::revoke::post),
|
||||
)
|
||||
.route(
|
||||
mas_router::OAuth2TokenEndpoint::route(),
|
||||
post(self::oauth2::token::post),
|
||||
|
||||
Reference in New Issue
Block a user