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 jumbojett/openid-connect-php from 0.9.8 to 1.0.0 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 14, 2023

Bumps jumbojett/openid-connect-php from 0.9.8 to 1.0.0.

Release notes

Sourced from jumbojett/openid-connect-php's releases.

1.0.0

No release notes provided.

v0.9.10

Fixed

  • private_key_jwt and client_secret_jwt need to explicitly be enabled #331

v0.9.9

Added

  • Added support for back-channel logout. #302
  • Added support for private_key_jwt Client Authentication method #322

Fixed

  • Harden self-signed JWK header usage. #323
Changelog

Sourced from jumbojett/openid-connect-php's changelog.

[1.0.0] - 2023-12-13

Added

  • PHP 7.0 is required. #327
  • Support for signed and encrypted UserInfo response and ID Token. #305
  • Allow to set User-Agent header. #370

Fixed

  • User-Agent is set for any HTTP method in fetchURL() (not just POST). #382
  • Update visibility of getWellKnownConfigValue to protected. #363
  • Fixed issue on authentication for php8. #354
  • Update construct typehint in docblock. #364
  • Fixed LogoutToken verification for single value aud claims. #334
  • Update well known config value function response types. #376

[0.9.10] - 2022-09-30

Fixed

  • private_key_jwt and client_secret_jwt need to explicitly be enabled #331

[0.9.9] - 2022-09-28

Added

  • Added support for back-channel logout. #302
  • Added support for private_key_jwt Client Authentication method #322
  • Added support for client_secret_jwt Client Authentication method #324
  • Added PS512 encryption support #342

Fixed

  • Harden self-signed JWK header usage. #323
Commits
  • 4af1d11 release: 1.0.0
  • 5d69bcf Set the User-Agent regardless of GET or POST (#382)
  • c146b71 fix: Update well known config value function response types (#376)
  • 8ec206b feat: set useragent (#370)
  • e6eab93 feat: php7.0 minimum requirement (#327)
  • e46f108 Merge pull request #334 from hallowelt/Fix_LogoutToken_Validation_AUD_Claim
  • dd9ceb0 Merge branch 'master' into Fix_LogoutToken_Validation_AUD_Claim
  • 20b51cb chore: Update visibility of getWellKnownConfigValue to protected (#363)
  • e94b9eb chore: Update construct typehint in docblock (#364)
  • 9483fff Merge pull request #354 from kastoras/fix-php-8-warning-on-authenticate
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [jumbojett/openid-connect-php](https://github.com/jumbojett/OpenID-Connect-PHP) from 0.9.8 to 1.0.0.
- [Release notes](https://github.com/jumbojett/OpenID-Connect-PHP/releases)
- [Changelog](https://github.com/jumbojett/OpenID-Connect-PHP/blob/master/CHANGELOG.md)
- [Commits](jumbojett/OpenID-Connect-PHP@v0.9.8...v1.0.0)

---
updated-dependencies:
- dependency-name: jumbojett/openid-connect-php
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 14, 2023
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.

0 participants