Update dependency simple-oauth2 to v5 - autoclosed #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.2.0
->^5.0.0
Release Notes
lelylan/simple-oauth2 (simple-oauth2)
v5.0.0
Compare Source
New features
Maintainance
ava
to v4.x@hapi/hoek
to v10.0.0@hapi/wreck
to v18.0.0@hapi/boom
to v10.0.0doctoc
to v2.xv4.3.0
Compare Source
New features
Maintainance
Documentation
v4.2.0
Compare Source
Improvements
Maintainance
v4.1.0
Compare Source
Improvements
Maintainance
v4.0.0
Compare Source
Breaking changes
.token
property is now frozenMaintainance
Documentation
v3.4.0
Compare Source
Improvements
Maintainance
v3.3.0
Compare Source
options.credentialsEncodingMode
.v3.2.0
Compare Source
New features
options.scopeSeparator
configurationImprovements
.revoke
callsMaintainance
v3.1.0
Compare Source
New features
v3.0.1
Compare Source
Publishing changes
v3.0.0
Compare Source
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
andauth.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
andauth.authorizePath
are resolved when using theauthorizationCode.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
tostrict
. Since the OAuth2 specification indicates only JSON responses are valid, any non-JSON response throws an error instead of resolving into a Buffer. Usehttp.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.
v2.5.2
Compare Source
Publishing changes
Documentation improvements
v2.5.1
Compare Source
New examples
Development dependencies upgradess
v2.5.0
Compare Source
Dependencies upgrades
v2.4.0
Compare Source
Dependencies upgrades
Development dependencies updates
v2.3.0
Compare Source
Dependencies upgrades
v2.2.1
Compare Source
v2.2.0
Compare Source
v2.0.1
Compare Source
revokeAll
v2.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.