Skip to content
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
wants to merge 103 commits into
base: 7.0
Choose a base branch
from
Open

7.0 #2

wants to merge 103 commits into from

Conversation

fissible
Copy link
Collaborator

No description provided.

driesvints and others added 30 commits January 12, 2019 14:00
This adds proper responses and HTTP statuses for the destroy methods on success.

Fixes #687
[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()
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
taylorotwell and others added 30 commits August 5, 2019 09:32
[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.x] 'actingAsClient' method for tests
…ative-prepares

[7.x] Cast returned client identifier value to string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.