I am using django-oauth2-provider to generate token. But i want to keep one session at a time. Like if a user login at one device and request another login from other device then the initial token should be expired. Can I handle this thing with django-oauth2-privder package
Asked
Active
Viewed 160 times
1 Answers
0
Here's another question with some suggestions about how you might make this happen

Roshan Bagdiya
- 2,048
- 21
- 41
-
It is possible with many ways. Like i can code myself or use middlewares etc. But i wanted to use oaut2-provider settings for this if there is any. – Zaman Afzal Oct 10 '17 at 07:16