Skip to content

fix: use up-to-date `kid` in JWT header when refreshing

e0192f1
Select commit
Loading
Failed to load commit list.
Closed

fix: use up-to-date kid in JWT header when refreshing #3942

fix: use up-to-date `kid` in JWT header when refreshing
e0192f1
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL succeeded Feb 12, 2025 in 3s

No new alerts in code changed by this pull request

Annotations

Check failure on line 206 in test/e2e/oauth2-client/src/index.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High test

This route handler performs
authorization
, but is not rate-limited.

Check warning on line 199 in test/e2e/oauth2-client/src/index.js

See this annotation in the file changed.

Code scanning / CodeQL

Exception text reinterpreted as HTML Medium test

Exception text
is reinterpreted as HTML without escaping meta-characters.