Install
Works with Drupal: ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
20.03 KB
MD5: d02e1e961fe0237287d26cce64817fd6
SHA-1: c50e93a81d99d5d6b1205a2680ccb3a5fc8ba6bb
SHA-256: c7abdae9c4a5c99f82dc0e6e096782aecf73d65ac86f8f9c479e5ac86f7d006a
Download zip
32.52 KB
MD5: a1d61ff77a96d2a6a179f7a0eb1d34ad
SHA-1: 67ea4f86bf94ee4c2f12c8e57b92db666f81a9a7
SHA-256: 979d6fcf1fa330ec9e74ce7eea34e8d6e8dae172cc326b226613b6b0e1326a48
Release notes
- Minimum Drupal version is increased to 10.0
- #3349762: Change TokenHandler to an AuthenticationProvider plugin
Persistent Login no longer defers touser_login_finalize()to initialize a session, sohook_loginimplementations will not be executed. - #3344403: Apply SensitiveParameter attribute where needed