The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
- Compatibility with Auth0 8.0.0
- Updated
UserInfo
to reflect the Auth0 user model
- [BC break] The
UserInfo::getUserId()
does not use"sub"
anymore. It goes directly to"user_id"
. Consider usingUserInfo::getLoginIdentifier()
instead - [BC break] The configuration has moved around to directly pass config values to the SDK. See readme or dump configuration reference.
- [BC break] Removed
ManagementFactory
. - [BC break] DI container parameters
- Removed most things and added support for Symfony 5.2
- Better check type in SSOToken::getRoles()
- Removed use of deprecated code
- Adding Symfony 5 support
- Dont warn about deprecation notices when Symfony is calling the getRoles()
- Added support for custom SSO domains
- Added extra checks so we dont access array keys that do not exist
- Added correct language parameter to Universal SSO
- Removed code not used
- Added PHP7.1 type hints
- Removed fluid functions
- Set Management to a lazy service
- Added support for Sf 4.3
- Removed support for Sf 2.8
- Removed
UserInfo::getSub()
- Added scope to
SSOProvicer
- Make sure we can access
Token
from Auth0. - Make sure
$auth0Data
is actually aToken
. - Added options for
scope
andaudience
.
- Require 6.0.0-alpha.2
- Handle exceptions better
- Make sure we do not store an empty access_token in cache
- Added previous exception to SSOProvider
- Fixed deserialisation of isAuthenticated in SSOToken.
We removed our custom API implementation and started to use the official Auth0 API client.
We added better Management API