Closed bkosborne closed 8 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.
FYI tests will fail because of #66
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
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.