Replies: 1 comment 1 reply
-
Hi @ath88
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We need to handle multiple URLs, as we can have multiple trusted IdPs. This means that we need to populate a list of the results from
createRemoveJWKSet
. As we define the list first, we need to specify the type on definition, as Typescript cannot infer it. The current return type from the function is[1]}:Defined here:
jose/src/jwks/remote.ts
Line 333 in 8d397cb
The definition is very cumbersome to refer to, so could we have an exported type as
RemoteJWKSet
? Thoughts?Beta Was this translation helpful? Give feedback.
All reactions