This repository was archived by the owner on Sep 9, 2024. It is now read-only.
Update dependency simple-oauth2 to v5 #18
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:
2.5.2->5.1.0Release Notes
lelylan/simple-oauth2 (simple-oauth2)
v5.1.0Compare Source
Fixes
v5.0.1Compare Source
Fixes
@hapi/hoekto v11.x to avoid URL clonning issuesDocumentation
authorizeURLdocs with a custom param examplev5.0.0Compare Source
New features
Maintainance
avato v4.x@hapi/hoekto v10.0.0@hapi/wreckto v18.0.0@hapi/boomto v10.0.0doctocto v2.xv4.3.0Compare Source
New features
Maintainance
Documentation
v4.2.0Compare Source
Improvements
Maintainance
v4.1.0Compare Source
Improvements
Maintainance
v4.0.0Compare Source
Breaking changes
.tokenproperty is now frozenMaintainance
Documentation
v3.4.0Compare Source
Improvements
Maintainance
v3.3.0Compare Source
options.credentialsEncodingMode.v3.2.0Compare Source
New features
options.scopeSeparatorconfigurationImprovements
.revokecallsMaintainance
v3.1.0Compare Source
New features
v3.0.1Compare Source
Publishing changes
v3.0.0Compare 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.authorizeHostandauth.authorizePathare resolved when using the.getTokenmethods. 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.authorizeHostandauth.authorizePathare resolved when using theauthorizationCode.authorizeURLmethod.#256 Users can override the
grant_typeparameter when performing a token exchange throught the.getTokenmethod. 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
smarttostrict. 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 = trueto 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.
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 was generated by Mend Renovate. View the repository job log.