Skip to content

Commit

Permalink
tweak personal access token expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 3, 2016
1 parent 07a2467 commit 7ed1a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PassportServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ protected function registerAuthorizationServer()
);

$server->enableGrantType(
new PersonalAccessGrant, new DateInterval('P1Y')
new PersonalAccessGrant, new DateInterval('P10Y')
);

$server->enableGrantType(
Expand Down

0 comments on commit 7ed1a0b

Please sign in to comment.