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
This adds a new signal - user_failed_authn, and a new method to UserMixin: track_failed_authn that sends that signal. All places that accept a credential and that fails call through track_failed_authn(). API errors, and missing data don't trigger the signal.
Added a signals fixture for testing which tracks all signals during a test, and a test_util check_signals that can verify precisely which signals were received.
closes#1188
0 commit comments