h3poteto / megalodon

Fediverse API client library for node.js and browser
https://h3poteto.github.io/megalodon/
MIT License
242 stars 27 forks source link

Bump @badgateway/oauth2-client from 2.2.4 to 2.3.0 #2120

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps @badgateway/oauth2-client from 2.2.4 to 2.3.0.

Release notes

Sourced from @​badgateway/oauth2-client's releases.

v2.3.0

  • Fix for #128: If there's no secret, we should never use Basic auth to encode the client_id.
  • Support for the resource parameter from RFC 8707.
  • Add support for scope parameter to refresh().
  • Support for RFC 7009, Token Revocation. (@​adambom)
Changelog

Sourced from @​badgateway/oauth2-client's changelog.

2.3.0 (2024-02-03)

  • Fix for #128: If there's no secret, we should never use Basic auth to encode the client_id.
  • Support for the resource parameter from RFC 8707.
  • Add support for scope parameter to refresh().
  • Support for RFC 7009, Token Revocation.
Commits
  • 7ce4f29 Releasing 2.3.0
  • f53cfd0 Merge pull request #126 from adambom/adambom-revoke
  • 08643ef Update changelog, readme
  • 929d115 Merge branch 'main' into adambom-revoke
  • a761025 Merge pull request #135 from badgateway/scope-on-refresh
  • aba40e3 Add support for "resource" and "scope" on refresh().
  • d37e518 Merge pull request #134 from badgateway/resource-indicators
  • fdb4dd3 Honesty is the best policy
  • a6a6cfd Support for Resource Indicators for OAuth 2.0.
  • c38475a Altering test to demonstrate issue with non returning JSON from revoke
  • 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 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)