Skip to content

Commit

Permalink
+ Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dusterio committed Dec 5, 2016
1 parent 0768807 commit bcb7e4a
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 276 deletions.
1 change: 1 addition & 0 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function boot()

Passport::tokensExpireIn(Carbon::now()->addDays(15));
Passport::refreshTokensExpireIn(Carbon::now()->addDays(30));
LumenPassport::tokensExpireIn(Carbon::now()->addYears(50), 2);
LumenPassport::allowMultipleTokens();
}

Expand Down

0 comments on commit bcb7e4a

Please sign in to comment.