We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9039051 commit f8dd431Copy full SHA for f8dd431
tests/sessions/test_jwks.py
@@ -503,6 +503,7 @@ async def test_session_verification_of_jwt_based_on_session_payload_with_check_d
503
payload = s.get_access_token_payload()
504
del payload["iat"]
505
del payload["exp"]
506
+ payload["rsub"] = "userId"
507
508
now = get_timestamp_ms()
509
jwt_expiry = now + 10 * 1000 # expiry jwt after 10sec
0 commit comments