You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I notice that you call $this->userChecker->checkPostAuth($user) in JWTProvider::authenticate
but checkPreAuth($user) is not called.
This make methods like AdvancedUserInterface::isEnabled() never being called.
Is it expected ? Or do I miss something ?
The text was updated successfully, but these errors were encountered:
Hello,
I notice that you call
$this->userChecker->checkPostAuth($user)
inJWTProvider::authenticate
but
checkPreAuth($user)
is not called.This make methods like
AdvancedUserInterface::isEnabled()
never being called.Is it expected ? Or do I miss something ?
The text was updated successfully, but these errors were encountered: