cnam / security-jwt-service-provider

Silex security jwt service provider (silex 1.x and 2.x version) allow oauth2 header
GNU General Public License v2.0
60 stars 40 forks source link

AdvancedUserInterface::isEnabled not called #17

Open soubok opened 8 years ago

soubok commented 8 years ago

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 ?