Styria-Digital / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
https://styria-digital.github.io/django-rest-framework-jwt/
MIT License
191 stars 57 forks source link

Session management #111

Open samaneh-kamalian opened 2 years ago

samaneh-kamalian commented 2 years ago

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.