smallrye / smallrye-jwt

Apache License 2.0
75 stars 47 forks source link

fetch keys in ContextProvider #787

Closed laDok8 closed 5 months ago

laDok8 commented 6 months ago

add option to fetch Verification keys only once via ContextProvider. This option is disabled by default for backwards compatibility. Resolves #478 Contributes to https://github.com/quarkusio/quarkus/issues/36352

sberyozkin commented 5 months ago

Hi @laDok8 Thanks for the PR, I think the idea of using the property to regulate when to load remote keys is a good one