fixing up the authenticator to allow identiy chaining

This commit is contained in:
2018-07-10 21:55:47 +02:00
parent 598f2f8024
commit d74b76da3e
41 changed files with 513 additions and 346 deletions
+7
View File
@@ -54,5 +54,12 @@ return [
'redirect_uri' => env('OAUTH_GITHUB_REDIRECT'),
'scope' => [],
],
'stack' => [
'client_id' => env('OAUTH_STACK_ID'),
'client_secret' => env('OAUTH_STACK_SECRET'),
'redirect_uri' => env('OAUTH_STACK_REDIRECT'),
'key' => env('OAUTH_STACK_KEY'),
'scope' => [],
],
],
];