Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2026

Bumps openid_connect from 0.2.2 to 1.0.1.

Release notes

Sourced from openid_connect's releases.

v1.0.1

What's Changed

New Contributors

Full Changelog: DockYard/openid_connect@v1.0.0...v1.0.1

v1.0.0

What's Changed

New Contributors

Full Changelog: DockYard/openid_connect@v0.2.2...v1.0.0

Changelog

Sourced from openid_connect's changelog.

v1.0.1

Added

  • Add option ignore_claims to verify/3 for optionally ignoring claim verification

v1.0.0

Complete rewrite of the library by @​AndrewDryga

Added

  • Add end_session_uri/2 and fetch_userinfo/2
  • Adds OpenID claim validation

Removed

  • GenServer bottleneck
  • Atom requirement for provider name
  • Application config from the library

Changed

  • Rewrote tests to better cover production code
  • Use Finch/Mint as the HTTP client instead of HTTPoison

Please see the documentation for migrating from prior versions.

Commits
  • 3b680b9 update version, changelog for 1.0.1 (#72)
  • a2ebae3 Merge pull request #71 from altjohndev/optionally_disable_aud_validation
  • 6cfcc2d Remove white-space at the end of a line
  • 398a3f3 test description adjustments
  • 47398e5 Validate opts, apply ignore_claims option to exp
  • c29e53c Replace ignore option with ignore_claims
  • 36bc063 Replace flag with :ignore option
  • bbc2391 Revert trimmed whitespaces
  • 6b8bed8 Optionally ignore audience matching in verify function
  • 94e286d chore: make the default grant type "authorization_code" (#66)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jan 8, 2026
@coveralls
Copy link

coveralls commented Jan 8, 2026

Coverage Status

coverage: 88.314% (-0.4%) from 88.716%
when pulling ad7e75e on dependabot/hex/openid_connect-1.0.1
into 4f4e8a6 on master.

@dependabot dependabot bot force-pushed the dependabot/hex/openid_connect-1.0.1 branch 3 times, most recently from 4bf1343 to 160af67 Compare January 12, 2026 15:27
Bumps [openid_connect](https://github.com/DockYard/openid_connect) from 0.2.2 to 1.0.1.
- [Release notes](https://github.com/DockYard/openid_connect/releases)
- [Changelog](https://github.com/DockYard/openid_connect/blob/master/CHANGELOG.md)
- [Commits](DockYard/openid_connect@v0.2.2...v1.0.1)

---
updated-dependencies:
- dependency-name: openid_connect
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/hex/openid_connect-1.0.1 branch from 160af67 to ad7e75e Compare January 12, 2026 15:50
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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant