Skip to content

Tags: laravel/passport

Tags

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)

v12.3.0

Toggle v12.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add access token revoked event (#1776)

v12.2.1

Toggle v12.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[12.x] Fix purge command (#1772)

* fix purge command

* add tests

* formatting

* formatting

* formatting

* formatting

* formatting

* formatting

* formatting

* formatting

---------

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

v12.2.0

Toggle v12.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[12.x] Add `refreshToken` relation to `Token` model (#1739)

* Add refreshToken relation

* Update Token.php

---------

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

v12.1.0

Toggle v12.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[12.x] Make Passport's database connection configurable (#1738)

* Make Passport's database connection configurable

* formatting

---------

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

v12.0.3

Toggle v12.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adjust newFactory method visibility (#1735)

This method overrides the newFactory() method in the HasFactory trait, which is protected, resulting in a fatal error in PHP 8.3

v12.0.2

Toggle v12.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow token "expires in" to be defined as date interval (#1733)

v12.0.1

Toggle v12.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes used version of L9 (#1730)

v12.0.0

Toggle v12.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
driesvints Dries Vints
wip

v11.10.6

Toggle v11.10.6's commit message

Verified

This commit was signed with the committer’s verified signature.
driesvints Dries Vints
Revert "Fix tests"

This reverts commit d603001.