- Issue created by @ducktape
Password hashing has changed in Drupal 10.1, see change request
https://www.drupal.org/node/3322420 →
As long as the compatibility module is installed, this works fine. The CR also mentions that password hashes are recreated the first time an user logs in.
AFAICS this should happen for consumers as well, when they log in via oauth.
Currently that is not the case yet https://git.drupalcode.org/project/simple_oauth/-/blob/6.0.x/src/Reposit...
Update hash of client secret when needed during client validation (cfr user auth).
Active
6.0
Code