Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-expressive-authentication 0.3.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 24 Jan 17:15
· 115 commits to master since this release

Added

  • Nothing.

Changed

  • #14 renames the method UserInterface::getUsername() to UserInterface::getIdentity().

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #13 fixes an issue whereby fetching a record by an unknown username resulted in a "Trying to get property of non-object" error when using the PdoDatabase user repository implementation.