Skip to content

Commit

Permalink
Update src/edutap/wallet_google/api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jens W. Klein <[email protected]>
  • Loading branch information
loechel and jensens authored Apr 29, 2024
1 parent 1c96007 commit 63864c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edutap/wallet_google/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 63864c7

Please sign in to comment.