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

zend-expressive-authentication-oauth2 0.4.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 09 May 21:00
· 128 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Removes auto-requiring of the encryption key via the configuration unless the default file
    actually exists and is readable. As the configuration is processed in every request, this is necessary
    to prevent issues when the file does not exist (e.g., if the user has specified an alternate location).