Skip to content

Commit 647886b

Browse files
add --hours= option to docs (#8541)
* Update passport.md add --hours= options to docs * Update passport.md --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent 39d0853 commit 647886b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

passport.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,9 @@ When tokens have been revoked or expired, you might want to purge them from the
551551
# Purge revoked and expired tokens and auth codes...
552552
php artisan passport:purge
553553

554+
# Only purge tokens expired for more than 6 hours...
555+
php artisan passport:purge --hours=6
556+
554557
# Only purge revoked tokens and auth codes...
555558
php artisan passport:purge --revoked
556559

0 commit comments

Comments
 (0)