From 63864c7e315cf2972a51025087def58dd32e8c46 Mon Sep 17 00:00:00 2001 From: Alexander Loechel Date: Mon, 29 Apr 2024 12:09:22 +0200 Subject: [PATCH] Update src/edutap/wallet_google/api.py Co-authored-by: Jens W. Klein --- src/edutap/wallet_google/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edutap/wallet_google/api.py b/src/edutap/wallet_google/api.py index 54e7e53..0d5a5a0 100644 --- a/src/edutap/wallet_google/api.py +++ b/src/edutap/wallet_google/api.py @@ -413,7 +413,7 @@ def save_link( signer = crypt.RSASigner.from_service_account_file(session_manager.credentials_file) jwt_string = jwt.encode(signer, claims).decode("utf-8") logger.warning( - "JWT-Length: %d, is larger than recommenden 1800: %s", + "JWT-Length: %d, is larger than recommended 1800 bytes: %s", len(jwt_string), len(jwt_string) >= 1800, )