Start your All-Access Pass to unlock this challenge
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?