This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
forked from laravel/passport
-
Notifications
You must be signed in to change notification settings - Fork 0
Update from 11.x #9
Open
Bloemendaal
wants to merge
126
commits into
Bloemendaal:device-code
Choose a base branch
from
laravel:11.x
base: device-code
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.
Open
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
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md
* Refactor routes to dedicated file * Update web.php * Apply fixes from StyleCI (#1465) * formatting Co-authored-by: Taylor Otwell <[email protected]>
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md # src/Passport.php
* Allow authenticated client to be retrieved from the guard * Make token guard macroable * Use previously resolved client when available * Add tests ensuring client and user are only pulled from the database once
# Conflicts: # CHANGELOG.md # tests/Feature/PassportTestCase.php
# Conflicts: # CHANGELOG.md
…1519) * Allow token guard client to be set programmatically * Set the client on the TokenGuard when mocking the client * Apply fixes from StyleCI
# Conflicts: # CHANGELOG.md
* Fix scope inheritance when using Passport::actingAs() * Update Passport.php Co-authored-by: Taylor Otwell <[email protected]>
# Conflicts: # CHANGELOG.md # src/Guards/TokenGuard.php
* Passport v11 upgrade guide * Update UPGRADE.md Co-authored-by: Taylor Otwell <[email protected]>
#1559) * Drop JWT v3 * wip
* Add the ability to limit scopes by client * Update Client.php --------- Co-authored-by: Taylor Otwell <[email protected]>
* Test Improvements Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
* Standardise of `using` for middleware * Fix * Use `func_get_args` * Formatting * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
* Add getScopesAttribute and setScopesAttribute methods * Update Client.php --------- Co-authored-by: Taylor Otwell <[email protected]>
* Check that the attributes `grant_types` isset rather than property * Cover `scopes` as well
This reverts commit d603001.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.