Skip to content

chore(deps): bump simple-oauth2 from 1.5.0 to 3.3.0 - #18

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/simple-oauth2-3.3.0
Closed

dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/simple-oauth2-3.3.0

Conversation

@dependabot-preview

@dependabot-preview dependabot-preview Bot commented Feb 3, 2020

Copy link
Copy Markdown

Bumps simple-oauth2 from 1.5.0 to 3.3.0.

Changelog

Sourced from simple-oauth2's changelog.

3.3.0

  • #299 Add support to verify for token expiration with a custom expiration window
  • #300 Add support to set the header credentials' encoding mode with options.credentialsEncodingMode.

3.2.0

New features

  • #298 Add support for custom scope separator by using options.scopeSeparator configuration

Improvements

  • #290 Valid token presence is verified on access token creation
  • #290 Valid tokenType presence is verified on .revoke calls

Maintainance

  • #289 Remove dev lodash library from tests
  • #285 Update ava test runner to v3
  • #287 Update chance-access-token dev library to v2
  • #288 Update nyc instrumentation dev library to v15
  • #297 Add tests for empty credentials support
  • #291 Improve library documentation. Separate API reference from main documentation

3.1.0

New features

  • #277 Add support to parse access tokens's expire_at property as UNIX timestamps

3.0.1

Publishing changes

  • #273 Deprecate unsupported library versions

3.0.0

Breaking changes

  • #260 Use @hapi/wreck v15. This version changes how a baseUrl is resolved against a path, affecting how auth.tokenHost, auth.tokenPath, auth.authorizeHost and auth.authorizePath are resolved when using the .getToken methods. See @hapi/wreck breaking changes to better understand potential issues that may arise.

  • #260 Use new Node.js WHATWG URL api instead of the legacy url module. This change affects how auth.authorizeHost and auth.authorizePath are resolved when using the authorizationCode.authorizeURL method.

  • #256 Users can override the grant_type parameter when performing a token exchange throught the .getToken method. Useful in cases where the auth server uses a value different from the standard.

  • #256 Token exchange methods no longer mutate provided arguments

  • #255 Follow up to 20 redirects by default

  • #200 #256 Change default multiple scope encoding from using comma to spaces on all token exchange methods

  • #88 Change JSON response parsing mode from smart to strict. Since the OAuth2 specification indicates only JSON responses are valid, any non-JSON response throws an error instead of resolving into a Buffer. Use http.json = true to restore the previous behavior.

New features

  • #270 All token exchange methods now accept an optional argument to override non-essential http options or read parsing options.

  • #268 All token exchange methods can be called without arguments

  • #263 Use @hapi/joi v16. No breaking changes are expected.

2.5.2

... (truncated)
Commits
  • 5086d33 Merge branch 'release/3.3.0'
  • 7fc24a3 [3.3.0] Release library version 3.3.0
  • ffce5a2 Merge pull request #300 from lelylan/feature/encoding-mode
  • f0a5c4b [encoding-mode] Fix documentation error on default value for encoding option
  • c381cb7 [encoding-mode] Update documentation to reflect new encoding configuration
  • 10eb8a8 [encoding-mode] Add support to configure how client credentials are encoded w...
  • ff8fc76 Merge pull request #299 from lelylan/feature/expiration-window
  • 086f2fe [expiration-window] Document default values for optional expiring window
  • 5fd0a59 [expiration-window] Add built-in support to verify token expiration with a cu...
  • 596f9cb Merge branch 'release/3.2.0'
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jonathansamines, a new releaser for simple-oauth2 since your current version.


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Feb 3, 2020
@dependabot-preview
dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/simple-oauth2-3.3.0 branch from a72d60f to 7b7779c Compare March 15, 2020 17:19
@dependabot-preview
dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/simple-oauth2-3.3.0 branch from 7b7779c to 2d47754 Compare March 31, 2020 14:03
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #27.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/npm_and_yarn/simple-oauth2-3.3.0 branch April 2, 2020 07:37
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