-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency league/oauth2-server to v9 #71
Open
renovate
wants to merge
1
commit into
2.12.x
Choose a base branch
from
renovate/league-oauth2-server-9.x
base: 2.12.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
03fbff8
to
b00e785
Compare
b00e785
to
d429a93
Compare
d429a93
to
0ad4571
Compare
96e2eb3
to
992ada5
Compare
d3a4d10
to
286fe80
Compare
0aef9a2
to
1a3d255
Compare
1a3d255
to
a941472
Compare
f9c3e9c
to
6c26ed2
Compare
5fa5cfc
to
3f647e5
Compare
d752451
to
95bb828
Compare
5bcd2c0
to
8c9d4b0
Compare
8c9d4b0
to
794c550
Compare
794c550
to
3eddcdc
Compare
3eddcdc
to
df7495b
Compare
0e169c4
to
e5d9584
Compare
| datasource | package | from | to | | ---------- | -------------------- | ----- | ----- | | packagist | league/oauth2-server | 8.5.5 | 9.2.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
e5d9584
to
4a920db
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^8.3.5
->^8.3.5 || ^9.0.0
Release Notes
thephpleague/oauth2-server (league/oauth2-server)
v9.1.0
Compare Source
Added
Fixed
v9.0.1
Compare Source
Fixed
invalid_scope
error response and wasn't on fragment part ofaccess_denied
redirect URI on Implicit grant (PR #1298)revokeRefreshTokens(false)
unintentionally disables issuing new refresh token (PR #1449)v9.0.0
Compare Source
Added
revokeRefreshTokens()
for enabling or disabling refresh tokens after use (PR #1375)getKeyContents()
to theCryptKeyInterface
(PR #1375)Fixed
invalid_grant
error and a HTTP 400 response. In previous versions the server incorrectly issued aninvalid_request
and HTTP 401 response (PR #1042) (PR #1082)Changed
createAuthorizationRequest()
(PR #1111)finalizeScopes()
to allow a reference to an auth code ID (PR #1112)toString()
instead of the magic method__toString()
(PR #1395)Removed
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Read more information about the use of Renovate Bot within Laminas.