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
What is the best practice for restrict sessions in django-rest-framework-jwt?
I mean admin restrict active session that means for example if userA login in computerA then when userA login from computerB, jwt in computerA is no longer valid and must login again.
The text was updated successfully, but these errors were encountered:
What is the best practice for restrict sessions in django-rest-framework-jwt?
I mean admin restrict active session that means for example if userA login in computerA then when userA login from computerB, jwt in computerA is no longer valid and must login again.
The text was updated successfully, but these errors were encountered: