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 3006e90 commit 4cc714dCopy full SHA for 4cc714d
changelog.d/1580
@@ -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