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
Is it possible to toggle django axes depending on the authentication backend used, if so how?
I have a case where I'm using multiple login methods, and two of them are external ones like Microsoft Identity (via msal) and Google OAuth., for Microsoft if axes is enabled it keeps giving me the following error: 'dict' object has no attribute 'axes_locked_out'
The text was updated successfully, but these errors were encountered:
Is it possible to toggle django axes depending on the authentication backend used, if so how?
I have a case where I'm using multiple login methods, and two of them are external ones like Microsoft Identity (via msal) and Google OAuth., for Microsoft if axes is enabled it keeps giving me the following error: 'dict' object has no attribute 'axes_locked_out'
The text was updated successfully, but these errors were encountered: