Skip to content

Commit

Permalink
mobile api tokens dont expire
Browse files Browse the repository at this point in the history
  • Loading branch information
florence-77 committed Jul 17, 2024
1 parent c1c17ed commit 1b9e285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sanctum.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
|
*/

'expiration' => 129600, // 60 * 24 * 90 = 90 days
'expiration' => null, // 129600, // 60 * 24 * 90 = 90 days

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 1b9e285

Please sign in to comment.