Login data in token authentication

I used to get this data when i was using session authentication. I used to get this data when i was using session authentication.

This data is created when user login from different browser. (on new session object)

How do i create this data in token authentication? Since token remains same for all user i cant use post_save / if created signals.

Also how do i logout specific user like we used to delete session in session authentication.

Thanks in advance!

Back to Top