1
0
Fork 0

Disable oauth until bugs are fixed

This commit is contained in:
Daniel Supernault 2019-02-13 21:33:39 -07:00
parent b232f28eae
commit 4674a6d1b1
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@ class AuthServiceProvider extends ServiceProvider
{
$this->registerPolicies();
Passport::routes();
Passport::tokensExpireIn(now()->addDays(15));
Passport::refreshTokensExpireIn(now()->addDays(30));
// Passport::routes();
// Passport::tokensExpireIn(now()->addDays(15));
// Passport::refreshTokensExpireIn(now()->addDays(30));
}
}