Releases: auth0/auth0-PHP
Releases · auth0/auth0-PHP
1.0.7: Merge pull request #26 from auth0/1.x.x-dev
Make Auth0::setUser public in order to let update the stored user
Merge pull request #17 from auth0/1.x.x-dev Make Auth0::setUser public in order to let update the stored user
Update updated endpoints + fixes
Merge pull request #14 from deboorn/api-users-search-link-accounts-fix Api users search link accounts fix
Fix EU tenants api call error and autoload error
Merge pull request #11 from auth0/1.x.x-dev Fix EU api calls and autoloading issue
SDK Client headers spec compliant
Merge pull request #8 from auth0/1.x.x-dev SDK Client headers spec compliant #7
PHP SDK 1.0.0 released with suport for API V2
Added PSR4 compliance
API V2 support
Reorganization of code
JWT encode and decode capabilities
Improved session storing, breaks older API
- Internal change, instead of using inheritance to change how we persist user data we now use composition
- API change, now getUserInfo returns the user info directly, so if you want the user name you use $userInfo['name'] instead of $userInfo['results']['name']
0.6.5
- Bug fixing
0.6.4
logout method