nhosoya / omniauth-apple

OmniAuth strategy for Sign In with Apple
MIT License
260 stars 99 forks source link

Use JSON::JWK::Set::Fetcher for JWKS fetching #84

Closed nov closed 1 year ago

nov commented 2 years ago

it allows optional caching by setting something like

JSON::JWK::Set::Fetcher.cache = Rails.cache
nov commented 1 year ago

duplicated https://github.com/nhosoya/omniauth-apple/pull/101