Skip to content

Commit

Permalink
better logging for jwsd debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed Oct 23, 2023
1 parent 13d1179 commit af7cc6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auth_server/proof/jws.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ async def check_jwsd_proof(
else:
payload = base64url_encode(gnap_request_orig.json(exclude_unset=True))

logger.debug(f"gnap_request_orig: {gnap_request_orig.json(exclude_unset=True)}")
raw_jws = f"{header}.{payload}.{signature}"
_jws = jws.JWS()

Expand Down

0 comments on commit af7cc6e

Please sign in to comment.