Skip to content

Commit 4cc714d

Browse files
committed
Changelog entry
1 parent 3006e90 commit 4cc714d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelog.d/1580

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
synopsis: Allow IO in validationKeys
2+
prs: #1580
3+
issues: #1579
4+
5+
description: {
6+
7+
Currently validationKeys are a fixed JWKSet. This does not work for setups such
8+
as AWS Cognito or Okta, where there is a regular key rotation. This change
9+
alters the type of validationKeys from JWKSet to IO JWKSet.
10+
}

0 commit comments

Comments
 (0)