mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Fixed lack of oidc discovery filtering during testing
Tested oidc system on okta, Keycloak & Auth0
This commit is contained in:
@ -80,7 +80,9 @@ class AppServiceProvider extends ServiceProvider
|
||||
});
|
||||
|
||||
$this->app->bind(HttpClientInterface::class, function($app) {
|
||||
return new Client(['timeout' => 3]);
|
||||
return new Client([
|
||||
'timeout' => 3,
|
||||
]);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user