This repository was archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive-authentication-oauth2 0.4.3
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).