Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump auth0/auth0-php from 5.7.0 to 7.5.0 #46

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2021

Bumps auth0/auth0-php from 5.7.0 to 7.5.0.

Release notes

Sourced from auth0/auth0-php's releases.

7.5.0

Full Changelog

Closed issues

  • createPasswordChangeTicket doesn't support 'ttl_sec' parameter #457
  • Make the CACHE_TTL used in the JWKFetcher configurable. #450
  • Allow programmatic clearing of cache values managed by Auth0Service #441

Added

  • Add support for Authorization Code Flow with PKCE #449 (ls-youssef-jlidat)
  • Allow specifying TTL when creating password change tickets #463 (evansims)
  • Expand control over TTL/Caching in JWKFetcher #462 (evansims)
  • Add support for Management V2 users export job endpoint #461 (evansims)

7.4.0

Full Changelog

Added

  • Add support for new identity field for email verifications #455 (jimmyjames)

7.3.0

Full Changelog

Closed issues

  • TokenVerifier::verify throws a \RuntimeException instead of an InvalidTokenException #438
  • Support Guzzle 7 #421

Added

Fixed

  • Throw InvalidTokenException instead of RuntimeException when parsing malformed token #439 (B-Galati)

7.2.0

Full Changelog

Closed issues

  • Renew Tokens throws nonce error #432
  • email_passwordless_start not setting client_secret #431

Added

Fixed

7.1.0

... (truncated)

Changelog

Sourced from auth0/auth0-php's changelog.

7.5.0 (2020-11-16)

Full Changelog

Closed issues

  • createPasswordChangeTicket doesn't support 'ttl_sec' parameter #457
  • Make the CACHE_TTL used in the JWKFetcher configurable. #450
  • Allow programmatic clearing of cache values managed by Auth0Service #441

Added

  • Add support for Authorization Code Flow with PKCE #449 (ls-youssef-jlidat)
  • Allow specifying TTL when creating password change tickets #463 (evansims)
  • Expand control over TTL/Caching in JWKFetcher #462 (evansims)
  • Add support for Management V2 users export job endpoint #461 (evansims)

7.4.0 (2020-09-28)

Full Changelog

Added

  • Add support for new identity field for email verifications #455 (jimmyjames)

7.3.0 (2020-08-27)

Full Changelog

Closed issues

  • TokenVerifier::verify throws a \RuntimeException instead of an InvalidTokenException #438
  • Support Guzzle 7 #421

Added

Fixed

  • Throw InvalidTokenException instead of RuntimeException when parsing malformed token #439 (B-Galati)

7.2.0 (2020-04-23)

Full Changelog

Closed issues

  • Renew Tokens throws nonce error #432

... (truncated)

Commits
  • 29c74a3 Release 7.5.0 (#464)
  • da38887 [SDK-2141] Expand control of ttl/caching in JWKFetcher (#462)
  • f3d694b [SDK-1514] Implement Management V2 users export job support (#461)
  • 80c2d8a [SDK-2142] Allow specifying TTL when creating password change tickets. (#463)
  • b78e6c9 Add PKCE support (#449)
  • c12df3f Setup the CODEOWNERS for pull request reviews (#459)
  • 5042203 Expand PHP test coverage to PHP 7.2, 7.3 and 7.4 (#458)
  • ccead4f Release 7.4.0 (#456)
  • 9170707 Add support for new identity field for email verifications (#455)
  • eb04b2a Merge pull request #453 from fossabot/add-license-scan-badge
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2021
@dependabot dependabot bot force-pushed the dependabot/composer/auth0/auth0-php-7.5.0 branch from cc6d23a to b5a8e2f Compare March 9, 2021 14:01
Bumps [auth0/auth0-php](https://github.com/auth0/auth0-PHP) from 5.7.0 to 7.5.0.
- [Release notes](https://github.com/auth0/auth0-PHP/releases)
- [Changelog](https://github.com/auth0/auth0-PHP/blob/master/CHANGELOG.md)
- [Commits](auth0/auth0-PHP@5.7.0...7.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/auth0/auth0-php-7.5.0 branch from b5a8e2f to ca8ad9c Compare March 9, 2021 14:14
@jdrieghe
Copy link
Contributor

jdrieghe commented Mar 9, 2021

We should probably go through this:
https://github.com/auth0/auth0-PHP/blob/master/MIGRATE-v5-TO-v7.md

@bertramakers
Copy link
Contributor

Access to static property $leeway on an unknown class Firebase\JWT\JWT.

In versions past 5.x this is configured like this https://github.com/cultuurnet/uitpas-beheer-silex/blob/master/app/Auth/AuthServiceProvider.php#L36

@bertramakers
Copy link
Contributor

We're using 7.5.0 on uitpas-beheer-silex already, so that can be some inspiration in general https://github.com/cultuurnet/uitpas-beheer-silex/blob/master/composer.json#L30

@grubolsch grubolsch closed this Mar 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/auth0/auth0-php-7.5.0 branch March 8, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants