packagist gesdinet/jwt-refresh-token-bundle v1.5.1

6 hours ago

Fixed

  • gesdinet:jwt:clear crashed with array_map(): Argument #2 ($array) must be of type array, Doctrine\ODM\MongoDB\Iterator\CachingIterator given when using the MongoDB ODM.

    The ORM repository returns an array, but the ODM one returns a CachingIterator, and RefreshTokenManager::revokeAllInvalid() passed it straight through to the command. It now always returns the RefreshTokenInterface[] documented by RefreshTokenManagerInterface, whatever the repository returns.

Reported in #424 by @melkamar.

Full Changelog: v1.5.0...v1.5.1

Don't miss a new jwt-refresh-token-bundle release

NewReleases is sending notifications on new releases.