This commit is contained in:
Maxime Renou
2020-05-11 16:49:01 +02:00
parent 92eebf8dae
commit d4a3e57c82
5 changed files with 64 additions and 3 deletions

View File

@@ -1,15 +1,21 @@
<?php
return [
/**
* OAuth model
*/
'model' => \App\User::class,
/**
* OAuth redirect URI
* Route that redirects to Bluesquare Connect
*/
'redirect' => env('BCONNECT_REDIRECT', url('/oauth/callback')),
'login_url' => '/oauth/authorize',
/**
* OAuth callback URL
*/
'redirect_url' => env('BCONNECT_REDIRECT', url('/oauth/callback')),
/**
* OAuth client id