Skip to content

Releases: auth0/auth0-PHP

Improved session storing, breaks older API

15 Apr 23:27

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

Choose a tag to compare

  • Bug fixing

0.6.4

13 Feb 23:16

Choose a tag to compare

logout method