djoos / EscapeWSSEAuthenticationBundle

Symfony bundle to implement WSSE authentication
http://symfony.com/doc/current/cookbook/security/custom_authentication_provider.html
137 stars 59 forks source link

Add UserChecker to the authentication process #68

Closed bkosborne closed 8 years ago

bkosborne commented 9 years ago

This allows user provider classes to block users from authenticating.

I personally need this so I can activate/deactivate API users in my app. Supporting UserCheckerInterface makes this really easy.

bkosborne commented 9 years ago

FYI tests will fail because of #66

djoos commented 8 years ago

Hi @bkosborne,

apologies for the delay in getting this PR merged in... This is a great addition to the bundle, thanks for your contribution!

Kind regards, David