Disable oauth until bugs are fixed

pull/841/head
Daniel Supernault 6 years ago
parent b232f28eae
commit 4674a6d1b1
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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));
}
}

Loading…
Cancel
Save