auth0-PHP

PHP SDK for Auth0 Authentication and Management APIs.

MIT License

Downloads
13.3M
Stars
381
Committers
94

Bot releases are hidden (Show)

auth0-PHP - v2

Published by glena almost 9 years ago

Bump guzzle dependency to v6
Change the way session store behaves (returns null instead of false)

auth0-PHP - 1.0.10

Published by glena about 9 years ago

Fix users unlink
Removed profile scope in lock
Issues #35, #34
Added custom link users example

auth0-PHP - Updated dependencies

Published by glena about 9 years ago

Tagged adoy to ~1.3

auth0-PHP -

Published by glena about 9 years ago

auth0-PHP -

Published by glena over 9 years ago

auth0-PHP - Make Auth0::setUser public in order to let update the stored user

Published by glena over 9 years ago

auth0-PHP - Update updated endpoints + fixes

Published by glena over 9 years ago

auth0-PHP - Fix EU tenants api call error and autoload error

Published by glena over 9 years ago

auth0-PHP - SDK Client headers spec compliant

Published by glena over 9 years ago

auth0-PHP - PHP SDK 1.0.0 released with suport for API V2

Published by glena over 9 years ago

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

auth0-PHP - Improved session storing, breaks older API

Published by hrajchert over 10 years ago

  • 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']
auth0-PHP - 0.6.5

Published by siacomuzzi over 10 years ago

  • Bug fixing
auth0-PHP - 0.6.4

Published by siacomuzzi over 10 years ago