Skip to content

Commit

Permalink
[Yarn] enable legacy openssl provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ninsuo committed Jul 1, 2023
1 parent 96d098f commit 355fbc9
Show file tree
Hide file tree
Showing 3 changed files with 872 additions and 801 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function start(Request $request, AuthenticationException $authException =
'route_params' => $request->attributes->get('_route_params'),
]);

parent::start($request, $authException);
return new RedirectResponse($this->getLoginUrl());
}

public function supports(Request $request)
Expand Down
2 changes: 1 addition & 1 deletion symfony/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ security:
- App\Security\Authenticator\MinutisAuthenticator
- App\Security\Authenticator\GoogleConnectAuthenticator
- Bundles\PasswordLoginBundle\Security\Authenticator\FormLoginAuthenticator
entry_point: App\Security\Authenticator\MinutisAuthenticator
entry_point: Bundles\PasswordLoginBundle\Security\Authenticator\FormLoginAuthenticator
remember_me:
token_provider: 'Symfony\Bridge\Doctrine\Security\RememberMe\DoctrineTokenProvider'
secret: '%kernel.secret%'
Expand Down
Loading

0 comments on commit 355fbc9

Please sign in to comment.