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
{{ message }}
This repository was archived by the owner on May 26, 2020. It is now read-only.
I am looking for a signal similar to user_logged_in, which should be emitted when a user is authenticated successfully. What would be the best way to implement it. Currently I am overriding JSONWebTokenSerializer validate() method to emit signal. But it's leading to code redundancy.
The text was updated successfully, but these errors were encountered:
I am looking for a signal similar to user_logged_in, which should be emitted when a user is authenticated successfully. What would be the best way to implement it. Currently I am overriding JSONWebTokenSerializer validate() method to emit signal. But it's leading to code redundancy.
The text was updated successfully, but these errors were encountered: