Skip to content

Commit 7ed1a0b

Browse files
committed
tweak personal access token expiration
1 parent 07a2467 commit 7ed1a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PassportServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ protected function registerAuthorizationServer()
105105
);
106106

107107
$server->enableGrantType(
108-
new PersonalAccessGrant, new DateInterval('P1Y')
108+
new PersonalAccessGrant, new DateInterval('P10Y')
109109
);
110110

111111
$server->enableGrantType(

0 commit comments

Comments
 (0)