Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Update from 12.x #10

Closed
wants to merge 147 commits into from
Closed

Update from 12.x #10

wants to merge 147 commits into from

Conversation

Bloemendaal
Copy link
Owner

No description provided.

driesvints and others added 30 commits September 8, 2020 17:30
# 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]>
uintaam and others added 29 commits January 17, 2024 08:57
* 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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.