Skip to content

Commit

Permalink
Merge pull request #695 from Pixilib/GaelO2-dev1
Browse files Browse the repository at this point in the history
increase token lifetime to 6h
  • Loading branch information
salimkanoun committed Oct 9, 2023
2 parents cda6dd8 + 3eb4343 commit 9793eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GaelO2/config/sanctum.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
|
*/

'expiration' => 120,
'expiration' => 360,

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

0 comments on commit 9793eee

Please sign in to comment.