Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 562 Bytes

2020-12-28-delete-admin-session-after-changing-password.md

File metadata and controls

8 lines (8 loc) · 562 Bytes
title issue
Delete admin session after changing password
NEXT-9007

Core

  • Added a new timestamp column last_updated_password_at in user table.
  • Added a new method \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber::updateLastUpdatedPasswordTimestamp to save the last time a user password is updated.
  • Added a new class \Shopware\Core\Framework\Api\OAuth\BearerTokenValidator that decorates \League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator to validate an access token's issued at.