mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
chore: pint
This commit is contained in:
parent
25f36eaf54
commit
4c66761baa
12 changed files with 142 additions and 121 deletions
|
|
@ -58,7 +58,7 @@ return [
|
|||
'endpoint' => env('OIDC_ENDPOINT'),
|
||||
'client_id' => env('OIDC_CLIENT_ID'),
|
||||
'client_secret' => env('OIDC_CLIENT_SECRET'),
|
||||
'redirect' => env('APP_URL', 'http://localhost:8000') . '/auth/oidc/callback',
|
||||
'redirect' => env('APP_URL', 'http://localhost:8000').'/auth/oidc/callback',
|
||||
'scopes' => explode(',', env('OIDC_SCOPES', 'openid,profile,email')),
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue