Symfony 5 Seguridad: Autenticadores
Éxito de la autenticación y actualización del usuario
  Start your All-Access Pass to unlock this challenge
Buy Access Login

Challenge 1 / 1

In our app, we're using the entity user provider:

security
    # ...
    providers:
        app_user_provider:
            entity:
                class: App\Entity\User
                property: email

In theory, could we design a security system that never actually called any methods on our user provider?

Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.