Skip to content

Tags: laravel/passport

Tags

v13.0.5

Toggle v13.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[13.x] Fix Exception Caused by Missing `AccessToken` Attributes (#1829)

* check access token attrs

* check access token attrs

v13.0.4

Toggle v13.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[13.x] Document changes to `oauth_clients` table in upgrade guide (#1823

)

* Update UPGRADE.md

* Update UPGRADE.md

* Update UPGRADE.md

* Update UPGRADE.md

* Update UPGRADE.md

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v13.0.3

Toggle v13.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix mock in 'actingAsClient‘ method (#1822)

v13.0.2

Toggle v13.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: possible php error if redirect column is an empty string (#1821)

v13.0.1

Toggle v13.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[13.x] Fix middleware type error (#1815)

* Fix middleware type error

* Add middleware tests using transient token

v13.0.0

Toggle v13.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[13.x] Release Passport 13.x (#1797)

* fix some types

* switch to uuid v7

* fix types

* improve tests

* formatting

* add more tests

* add more tests

* formatting

* formatting

* fix some types

* require Laravel 11.7 for uuid v7

* add more tests

* enhance issuing PATs

* add support for PHP 8.4

* formatting

* remove unused trait

* formatting

* add guard name to authentication exception

* formatting

* add client grant_types attribute

* remove lcobucci/jwt

* fix cookie jwt

* fix tests with notices

* make tests more strict

* bump dependencies

* wip

* better naming

* formatting

* enable psr auto-discovery

* use uuid7 trait on client model

* better naming

* formatting

* formatting

* support Laravel 12.x

* formatting

* add more tests

* formatting

* formatting

* formatting

* formatting

* bump phpunit

* formatting

* formatting

* revert renaming csrf claim into jti

* add 2 interfaces

* fix HasUuid trait

* formatting

* fix tests

* revert irrelevant style fix

* deprecate `HasApiTokens::clients()` method

* rename interface to `OAuthenticatable`

* formatting

* rename interface to `ScopeAuthorizable`

* formatting

* formatting

v12.4.2

Toggle v12.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
userId property annotation, from string to string|int|null (#1805)

v12.4.1

Toggle v12.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Supports Laravel 12 (#1803)

* Supports Laravel 12

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v12.4.0

Toggle v12.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[12.x] Supports PHP 8.4 (#1799)

* [12.x] Supports PHP 8.4

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* Update tests.yml

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* Update tests.yml

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v12.3.1

Toggle v12.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix repeated "the" word in documentation (#1798)