PHP OAuth 2.0 Server v5.1.4 Release Notes

Release Date: 2017-07-01 // almost 7 years ago
    • Fixed multiple security vulnerabilities as a result of a security audit paid for by the Mozilla Secure Open Source Fund. All users of this library are encouraged to update as soon as possible to this version or version 6.0 or greater.
      • It is recommended on each AuthorizationServer instance you set the setEncryptionKey(). This will result in stronger encryption being used. If this method is not set messages will be sent to the defined error handling routines (using error_log). Please see the examples and documentation for examples.
    • โœ… TravisCI now tests PHP 7.1 (Issue #671)
    • ๐Ÿ›  Fix middleware example fatal error (Issue #682)
    • ๐Ÿ›  Fix typo in the first README sentence (Issue #690)
    • Corrected DateInterval from 1 min to 1 month (Issue #709)