1.6.5
Bugfixes
-
:oauth_dynamic_client_registrationfeature: scoping to the client being updated, preventing thst the resulting database operations touch every row in the"oauth_applications"table. -
:jsonfeature: fixed implementation ofjson_request?. -
json-jwtsupport: set explicit:skip_verificationparameter when the jwt decoding algorithm is"none". -
rails generators: add missing uniqueness constraint to the index on the
"issuer"column of the"oauth_saml_settings"table. -
rails generators: remove the
"jti"column entry from the"oauth_dpop_proofs"table (already made the pkey in thecreate_tableinstruction). -
Make
password_hashmethod public, which restores compatibility withrodauthv2.28 or more recent;rodauthminimum supported version becomes 2.28.0 as a result, which should not be perceived as a breaking change, as there are no other significant API changes, and ruby version support remains the same.