Skip to content

Releases: auth0/auth0-PHP

Update updated endpoints + fixes

02 Jun 14:56
Compare
Choose a tag to compare
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

13 May 20:02
Compare
Choose a tag to compare
Merge pull request #11 from auth0/1.x.x-dev

Fix EU api calls and autoloading issue

SDK Client headers spec compliant

12 May 14:34
Compare
Choose a tag to compare
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

07 May 19:06
Compare
Choose a tag to compare

Added PSR4 compliance
API V2 support
Reorganization of code
JWT encode and decode capabilities

Improved session storing, breaks older API

15 Apr 23:27
Compare
Choose a tag to compare
  • 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

02 Apr 22:12
Compare
Choose a tag to compare
  • Bug fixing

0.6.4

13 Feb 23:16
Compare
Choose a tag to compare
logout method