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
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 getScopesAttribute and setScopesAttribute methods * Update Client.php --------- Co-authored-by: Taylor Otwell <[email protected]>
# Conflicts: # CHANGELOG.md # src/PassportServiceProvider.php
* disable password grant by default * add `enablePasswordGrant` method * update upgrade guide * Update UPGRADE.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Use more secure key permissions * Update Passport.php * Update PassportServiceProvider.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.
# Conflicts: # CHANGELOG.md # src/Client.php
* make migration and creating clients optional * use components on cli * fix tests * Update InstallCommand.php --------- Co-authored-by: Taylor Otwell <[email protected]>
Laravel 11 with Passport has error cause Carbon needs int|float but the config passes as string. this is the error https://flareapp.io/share/NPLWwVQm#context-request-browser
* Make commands lazy * Fix soft dependency
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.