OAuth 2.0 Client v0.6.0 Release Notes

  • ๐Ÿš€ Released: 2014-12-03

    • โž• Added ability to specify a redirect handler for providers through use of a callback (see Provider\AbstractProvider::setRedirectHandler())
    • โšก๏ธ Updated authorize and token URLs for the Microsoft provider; the old URLs had been phased out and were no longer working (see #146)
    • โœ… Increased test coverage
    • ๐Ÿ“š Documentation updates, minor bug fixes, and coding standards fixes