refactor: Update JWT client to use DCR, re-enable tool filtering

This commit is contained in:
Chris Coutinho
2025-10-23 09:33:06 +02:00
parent e48f5f3f30
commit e9a16c43b5
5 changed files with 63 additions and 21 deletions
+2
View File
@@ -10,6 +10,7 @@ from .scope_authorization import (
get_access_token_scopes,
get_required_scopes,
has_required_scopes,
is_jwt_token,
require_scopes,
)
from .token_verifier import NextcloudTokenVerifier
@@ -27,4 +28,5 @@ __all__ = [
"get_access_token_scopes",
"get_required_scopes",
"has_required_scopes",
"is_jwt_token",
]