forked from laravel/passport
-
Notifications
You must be signed in to change notification settings - Fork 0
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
7.0 #2
Open
fissible
wants to merge
103
commits into
csatf:7.0
Choose a base branch
from
laravel:7.0
base: 7.0
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
7.0 #2
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
[7.0] Remove dangling import
This adds proper responses and HTTP statuses for the destroy methods on success. Fixes #687
[7.0] Add responses for destroy methods
[7.0] Add ext-json dependency
[7.0] Import namespaces in test suite
If we use second parameter for register routes default views are broken Passport::routes(false, ["prefix" => "something"]);
[7.0] Changed the way to get action path from url() to route()
…er_scope [7.0] Allow '*' scope to be used with Client Credentials
`fire()` was deprecated and `dispatch()` should be used. Also `\Illuminate\Contracts\Events\Dispatcher` has `dispatch()` but not `fire()`
Replace fire() with dispatch()
[7.0] Add nightly build
constraint. Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
[7.0] Add matrix to travis to tests against all supported version.
The core framework fixed this same bug with the core actingAs method but it seems it was missed for Passport! Check this PR for more details: laravel/framework#25873
[7.0] Use bigInteger column type for user_id columns
…t-scopes-support [7.0] Let Passport support inherited parent scopes.
This brings `Laravel\Passport\Guards\TokenGuard` in line with `Illuminate\Foundation\Http\VerifyCsrfToken`.
Mistakenly copied from VerifyCsrfMiddleware
[7.0] Accept requests with the encrypted X-XSRF-TOKEN HTTP header
[7.0] Prepare for 6.0 release
added $keyType = 'string' to Token model
[7.x] 'actingAsClient' method for tests
…ative-prepares [7.x] Cast returned client identifier value to string
[7.0] Update .styleci.yml
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.
No description provided.