diff --git a/diracx-routers/src/diracx/routers/auth/utils.py b/diracx-routers/src/diracx/routers/auth/utils.py index be22054a..531b2a32 100644 --- a/diracx-routers/src/diracx/routers/auth/utils.py +++ b/diracx-routers/src/diracx/routers/auth/utils.py @@ -134,6 +134,7 @@ def decrypt_state(state: str, cipher_suite: Fernet) -> dict[str, str]: status_code=status.HTTP_400_BAD_REQUEST, detail="Invalid state" ) from e + async def verify_dirac_refresh_token( refresh_token: str, settings: AuthSettings,