5.5.0 (2019-06-07)
Closed issues
- Consider dropping PHP-5.x version supports #343
- Auth0 Error: 'Invalid state' in /auth0/vendor/auth0/auth0-php/src/Auth0.php: line#537 #333
Added
- Add missing User endpoints for Management API #341 (joshcanhelp)
- Add all Management API Roles endpoints #337 (joshcanhelp)
- Add missing Users test and switch to mocked calls. #336 (joshcanhelp)
- Add Authentication::refresh_token() method #335 (joshcanhelp)
5.4.0 (2019-02-28)
Notes for this release:
\Auth0\SDK\Auth0
now accepts a$config
key calledskip_userinfo
that uses the decoded ID token for the user profile instead of a call to the/userinfo
endpoint. This will save an HTTP call during login and should have no affect on most applications.
Closed issues
Auth0::exchange()
assumes a valid id_token #317- Feature Request: Support sending
auth0-forwarded-for
header #208
Added
- Authentication class cleanup and tests #322 (joshcanhelp)
- Add Grants Management endpoint #321 (joshcanhelp)
- Add
Auth0-Forwarded-For
header for RO grant #320 (joshcanhelp) - Improve API Telemetry #319 (joshcanhelp)
- Add Mock API Request Capability and Mocked Connections Tests #314 (joshcanhelp)
Changed
- Test suite improvements #313 (joshcanhelp)
- Improve repo documentation #312 (joshcanhelp)
Deprecated
- Official deprecation for
JWKFetcher
method #328 (joshcanhelp)\Auth0\SDK\Helpers\JWKFetcher::fetchKeys()
- Official deprecation for
User
methods #327 (joshcanhelp)\Auth0\SDK\API\Management\Users::search()
\Auth0\SDK\API\Management\Users::unlinkDevice()
- Official deprecation of
ClientGrants
method #326 (joshcanhelp)\Auth0\SDK\API\Management\ClientGrants::get()
- Official deprecation of legacy
InformationHeaders
methods #325 (joshcanhelp)\Auth0\SDK\API\Helpers\InformationHeaders::setEnvironment()
\Auth0\SDK\API\Helpers\InformationHeaders::setDependency()
\Auth0\SDK\API\Helpers\InformationHeaders::setDependencyData()
- Official deprecation of legacy
Authentication
methods #324 (joshcanhelp)\Auth0\SDK\API\Authentication::setApiClient()
\Auth0\SDK\API\Authentication::sms_code_passwordless_verify()
\Auth0\SDK\API\Authentication::email_code_passwordless_verify()
\Auth0\SDK\API\Authentication::impersonate()
Fixed
- Fix
Auth0::exchange()
to handle missing id_token #318 (joshcanhelp)
5.3.2 (2018-11-2)
Closed issues
- Something is wrong with the latest release 5.3.1 #303
Fixed
- Fix info headers Extend error in dependant libs #304 (joshcanhelp)
5.3.1 (2018-10-31)
Closed issues
- Array to String exception when audience is an array #296
- Passing accessToken from frontend to PHP API #281
- Deprecated method email_code_passwordless_verify #280
Added
Changed
- Change telemetry headers to new format and add tests #300 (joshcanhelp)
Fixed
- Fix bad exception message generation #297 (joshcanhelp)
5.3.0 (2018-10-09)
Closed issues
- Question: Handling rate limits #277
- Allow configuration of the JWKS URL #276
- Allow changing the session key name #273
- SessionStore overrides PHP session cookie lifetime setting #215
Added
- Add custom JWKS path and kid check to JWKFetcher + tests #287 (joshcanhelp)
- Add config keys for session base name and cookie expires #279 (joshcanhelp)
- Add return request object #278 (joshcanhelp)
- Add pagination and tests to Resource Servers #275 (joshcanhelp)
- Fix formatting, code standards scan #274 (joshcanhelp)
- Add pagination, docs, and better tests for Rules #272 (joshcanhelp)
- Adding pagination, tests, + docs to Client Grants; minor test suite refactor #271 (joshcanhelp)
- Add tests, docblocks for Logs endpoints #270 (joshcanhelp)
- Add PHP_CodeSniffer + ruleset config #267 (joshcanhelp)
- Add session state and dummy state handler tests #266 (joshcanhelp)
Changed
Deprecated
- Deprecate Auth0\SDK\API\Oauth2Client class #269 (joshcanhelp)
Removed
- Remove examples, add links to Quickstarts #293 (joshcanhelp)
Fixed
- Whitespace pass with new standards using composer phpcbf #268 (joshcanhelp)
Security
- Add ID token validation #285 (joshcanhelp)
5.2.0 (2018-06-13)
Closed issues
- getAppMetadata - how to use? #248
- Auth0 class missing action to renew access token #234
- DOC maj #217
Added
- User pagination and fields, docblocks, formatting, test improvements #261 (joshcanhelp)
- Unit test for withDictParams method #260 (joshcanhelp)
- Pagination, additional parameters, and tests for the Connections endpoint #258 (joshcanhelp)
- Renew tokens method for Auth0 client class #257 (jspetrak)
- Clients endpoint pagination and improvements #256 (joshcanhelp)
- Add email template endpoints #251 (joshcanhelp)
Changed
- Code style scan and fixes #250 (joshcanhelp)
Fixed
- Fix PHPUnit test. #262 (maurobonfietti)
- Allow $page to be null for Clients so pagination is not triggered #259 (joshcanhelp)
- Rewrite README; add news and notes to CHANGELOG #253 (joshcanhelp)
5.1.1 (2018-04-03)
Closed issues
Added
- Implement ResourceServices::getAll() #236 (joshcanhelp)
Fixed
- Incorrect type hint on SessionStateHandler __construct #235 (joshcanhelp)
- Auth0 class documentation fixed for store and state handler #232 (jspetrak)
- Fixing minor code quality issues #231 (joshcanhelp)
5.1.0 (2018-03-02)
Notes on this release:
State validation was added for improved security. Please see our troubleshooting page for more information on how this works and potential issues.
Closed issues
- Support for php-jwt 5 #210
Added
- Added XSRF State Storage / Validation #214 (cocojoe)
- Adding tests for state handler; correcting storage method used #228 (joshcanhelp)
Changed
- Bumping JWT package version #229 (joshcanhelp)
5.0.6 (2017-11-24)
Added
Fixed
5.0.4 (2017-06-26)
Added
Changed
- Restructured tests and fixed hhvm build #164 (Nyholm)
- Update .env.example with more appropriate values #148 (AmaanC)
Removed
3.4.0 (2016-06-21)
Closed issues:
- More descriptive error message when code exchange fails #86
Merged pull requests:
- Correctly build logout url query string #87 (robinvdvleuten)
3.3.7 (2016-06-09)
3.3.6 (2016-06-09)
Merged pull requests:
3.3.5 (2016-05-24)
Closed issues:
- Create password change ticket fails #84
- UnexpectedValueException is used in Auth0JWT.php but is not defined #80
- Add support for auth api endpoints (/ro) #22
3.3.4 (2016-05-24)
3.3.3 (2016-05-24)
2.2.3 (2016-05-10)
3.3.2 (2016-05-10)
3.3.1 (2016-05-10)
2.2.2 (2016-05-10)
3.3.0 (2016-05-09)
Merged pull requests:
- deleted uneccessary code, fixed typos #83 (Amialc)
- Add Docker support #82 (smtx)
- changed UnexpectedValueException to CoreException #81 (dryror)
- Added auth api support #78 (glena)
3.2.1 (2016-05-02)
2.2.1 (2016-04-27)
Closed issues:
- outdated dependency in api example #75
Merged pull requests:
3.2.0 (2016-04-15)
- Now the SDK supports RS256 codes, it will decode using the
.well-known/jwks.json
endpoint to fetch the public key
2.2.0 (2016-04-15)
Notes
- Now the SDK fetches the user using the
tokeninfo
endpoint to be fully compliant with the openid spec - Now the SDK supports RS256 codes, it will decode using the
.well-known/jwks.json
endpoint to fetch the public key
Closed issues:
Merged pull requests:
3.1.0 (2016-03-10)
Closed issues:
- API seed incomptaible with auth0-php 3 #70
- "cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see http://curl.haxx.se/libcurl/c/libcurl-errors.html\)", #69
- basic-webapp outdated dependencies #68
- basic-webapp project relative path #67
- Typo on README #63
- Missing updateAppMetadata() method? #59
Merged pull requests:
- 3.1.0 #74 (glena)
- Compatibility with new version of Auth0php #72 (Annyv2)
- depedencies update, fix routes to css and js #71 (Amialc)
- update lock version #66 (Amialc)
- Fixed typo #65 (thijsvdanker)
- Update README.md #64 (Annyv2)
- Test travis env vars #62 (glena)
- Fix typo #58 (vboctor)
3.0.1 (2016-02-03)
Merged pull requests:
- Fixed Importing users #61 (polishdeveloper)
1.0.11 (2016-01-27)
Closed issues:
- Exception: Cannot handle token prior to [timestamp] #56
Merged pull requests:
- Fix ApiConnections class name #60 (bjyoungblood)
3.0.0 (2016-01-18)
General 3.x notes
- SDK api changes, now the Auth0 API client is not build of static classes anymore. Usage example:
$token = "eyJhbGciO....eyJhdWQiOiI....1ZVDisdL...";
$domain = "account.auth0.com";
$guzzleOptions = [ ... ];
$auth0Api = new \Auth0\SDK\Auth0Api($token, $domain, $guzzleOptions); /* $guzzleOptions is optional */
$usersList = $auth0Api->users->search([ "q" => "[email protected]" ]);
Closed issues:
- Missing instruccions step 2 Configure Auth0 PHP Plugin #55
- Outdated Lock #52
- Deprecated method in basic-webapp #50
Merged pull requests:
2.1.2 (2016-01-14)
Merged pull requests:
2.1.1 (2015-11-29)
Merged pull requests:
2.1.0 (2015-11-24)
Closed issues:
- Update to use v3.0 of firebase/php-jwt #47
Merged pull requests:
2.0.0 (2015-11-23)
General 2.x notes
- Session storage now returns null (and null is expected by the sdk) if there is no info stored (this change was made since false is a valid value to be stored in session).
- Guzzle 6.1 required
Closed issues:
- Guzzle 6 #43
- User is null not false #41
- Issues with PHP Seed project #38
- authParams... how do I retrieve the results? #37
Merged pull requests:
1.0.10 (2015-09-23)
Closed issues:
- Improve error message when no id_token is received after code exchange #35
- PHP should be 5.4+, not 5.3+ #34
Merged pull requests:
1.0.9 (2015-08-03)
Closed issues:
- Stable dependencies in composer.json instead of "dev-master" #30
Merged pull requests:
- tagged adoy to ~1.3 #31 (glena)
- Bad reference in Android PHP API Seed Project Readme file #67 #29 (glena)
1.0.8 (2015-07-27)
Closed issues:
- Class 'JWT' not found #25
- Correct way to use the JWT Token generated in API v2 if we want expanded scope #19
Merged pull requests:
1.0.7 (2015-07-17)
Closed issues:
Merged pull requests:
- v1.0.7 #26 (glena)
- Readme file call URL port fixed #18 (jose-e-rodriguez)
- ApiUsers link account identities fix #16 (deboorn)
1.0.6 (2015-06-12)
Merged pull requests:
1.0.5 (2015-06-02)
Merged pull requests:
- Updates the changed endpoints (tickets) #15 (glena)
- Api users search link accounts fix #14 (deboorn)
- Auth0JWT encode fix to allow scope with null custom payload #13 (deboorn)
1.0.4 (2015-05-19)
1.0.3 (2015-05-15)
Merged pull requests:
1.0.2 (2015-05-13)
Closed issues:
- EU tenants are getting Unauthorize on api calls #10
- PHP Fatal error: Class 'Auth0\SDK\API\ApiUsers' not found in vendor/auth0/auth0-php/src/Auth0.php on line 256 #9
Merged pull requests:
1.0.1 (2015-05-12)
Closed issues:
Merged pull requests:
1.0.0 (2015-05-07)
General 1.x notes
- Now, all the SDK is under the namespace
\Auth0\SDK
- The exceptions were moved to the namespace
\Auth0\SDK\Exceptions
- The Auth0 class, now provides two methods to access the user metadata,
getUserMetadata
andgetAppMetadata
. For more info, check the API v2 changes - The Auth0 class, now provides a way to update the UserMetadata with the method
updateUserMetadata
. Internally, it uses the update user endpoint, check the method documentation for more info. - The new service
\Auth0\SDK\API\ApiUsers
provides an easy way to consume the API v2 Users endpoints. - A simple API client (
\Auth0\SDK\API\ApiClient
) is also available to use. - A JWT generator and decoder is also available (
\Auth0\SDK\Auth0JWT
) - Now provides an interface for the Authentication API.
Closed issues:
- Unexpected token #4
Merged pull requests:
0.6.6 (2014-04-14)
Closed issues:
- generateUrl() in BaseAuth0 is creating bad URLs #1
0.6.5 (2014-04-02)
0.6.4 (2014-02-13)
0.6.3 (2014-01-06)
* This Change Log was automatically generated by github_changelog_generator