Skip to content

v1.5.1

Latest

Choose a tag to compare

@shakaran shakaran released this 03 Aug 15:07

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