We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bf1c0 commit d7ff9b3Copy full SHA for d7ff9b3
1 file changed
CHANGELOG-v10.md
@@ -29,6 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
- `sRefreshTokenLifetime` - options for refresh token lifetime, from 24 hours to 90 days
30
- `sFingerprintCookieMode` - option for the authentication fingerprint cookie mode, same or cross origin
31
- Access and refresh tokens are now invalidated when the user's password is changed
32
+ - New methods:
33
+ - `OxidEsales\GraphQL\Base\Infrastructure\RefreshTokenRepositoryInterface::invalidateUserTokens`
34
+ - `OxidEsales\GraphQL\Base\Infrastructure\Token::invalidateUserTokens`
35
- New event subscriber:
36
- `OxidEsales\GraphQL\Base\Event\Subscriber\PasswordChangeSubscriber`
37
0 commit comments