PHP OAuth 2.0 Server v4.1.4 Release Notes

Release Date: 2015-11-13 // over 8 years ago
    • ๐Ÿ›  Fix for determining access token in header (Issue #328)
    • Refresh tokens are now returned for MAC responses (Issue #356)
    • โž• Added integration list to readme (Issue #341)
    • ๐Ÿ”ฆ Expose parameter passed to exceptions (Issue #345)
    • โœ‚ Removed duplicate routing setup code (Issue #346)
    • ๐Ÿ“„ Docs fix (Issues #347, #360, #380)
    • Examples fix (Issues #348, #358)
    • ๐Ÿ›  Fix typo in docblock (Issue #352)
    • ๐Ÿ‘Œ Improved timeouts for MAC tokens (Issue #364)
    • hash_hmac() should output raw binary data, not hexits (Issue #370)
    • ๐Ÿ‘Œ Improved regex for matching all Base64 characters (Issue #371)
    • ๐Ÿ›  Fix incorrect signature parameter (Issue #372)
    • AuthCodeGrant and RefreshTokenGrant don't require client_secret (Issue #377)
    • โž• Added priority argument to event listener (Issue #388)