Skip to content

Commit

Permalink
Define redirecionamento do login e status padrão do Agente
Browse files Browse the repository at this point in the history
  • Loading branch information
lpirola committed Jun 28, 2024
1 parent 9f6e21d commit 66d4ca4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/mapas/config/authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@

// https://github.com/kterva/MultipleLocalAuth
'auth.provider' => '\MultipleLocalAuth\Provider',
'auth.redirect_path' => '/edital/4',
'auth.config' => [
'salt' => env('AUTH_SALT', null),
'timeout' => '24 hours',
'enableLoginByCPF' => false,
'loginOnRegister' => true,
'statusCreateAgent' => '1',
'strategies' => [
'Facebook' => [
'app_id' => env('AUTH_FACEBOOK_APP_ID', null),
Expand Down

0 comments on commit 66d4ca4

Please sign in to comment.