Skip to content

Releases: nulogy/auth0_rs256_jwt_verifier

v0.0.3

28 Feb 21:42
Compare
Choose a tag to compare

Modification for Rails 7.1, in which JSON.parse drops the keys subscript of the JWKS request body during feature specs. In a nutshell, if keys exists already, there is no change to the JSON.parse call in jwk_set_downloader.rb. If it doesn't exist, it is added.