- Issue created by @antonzavadski
antonzavadski → changed the visibility of the branch 3500246-fix-persistent-login-tokens-after-security-fix to hidden.
In persistent login after version 2.2.1, the method \Drupal\persistent_login\TokenManager::createNewTokenForUser is updated, which uses \Drupal\persistent_login\RawPersistentToken::getHashedSeries to create a new token. So, to support persistent login, we need to use the new method \Drupal\persistent_login\RawPersistentToken::getHashedSeries in autologout_autologout_prevent()
Active
2.0
Code
antonzavadski → changed the visibility of the branch 3500246-fix-persistent-login-tokens-after-security-fix to hidden.