owncloud / openidconnect

OpenId Connect (OIDC) Integration for ownCloud
GNU General Public License v2.0
5 stars 2 forks source link

chore(deps): bump jumbojett/openid-connect-php from 0.9.10 to 1.0.0 #307

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

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

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
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

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

CLAassistant commented 7 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

DeepDiver1975 commented 3 months ago

@dependabot rebase