8.2.0
Many thanks to our community contributors for this release: elbebass, fullstackfool, jeromefitzpatrick, marko-ilic and sepiariver.
Added
- Add bearer token extraction helper,
Auth0\SDK\Auth0::getBearerToken()
#620 (evansims) - Add configuration strategy constants, e.g.
Auth0\SDK\Configuration\SdkConfiguration::STRATEGY_API
#619 (evansims)
Changed
- Throw
Auth0\SDK\Exception\InvalidTokenException
on JsonException #614 (marko-ilic) - Throw
Auth0\SDK\Exception\NetworkException
when Management API credential exchange fails #608 (sepiariver)
Documentation Contributions
- Correct the new method name for get_authorize_link() for 8.x in UPGRADE.md #623 (jeromefitzpatrick)
- Remove PHP 7.3 README note (deprecated) #610 (evansims)
- Update CONTRIBUTING.md guidance #609 (sepiariver)
- Update README.md guidance on
management
configuration strategy (domain
is required) #604 (fullstackfool) - Correct README.md typos in Management API example #602 (elbebass)
Other Improvements