aaronn / django-rest-framework-passwordless

Passwordless Auth for Django REST Framework
MIT License
708 stars 153 forks source link

How can I invalidate the current token immediately after use? #117

Open michaellin986 opened 2 years ago

michaellin986 commented 2 years ago

Not sure if this is a feature already and I just missed it.

I noticed the current callback token remains active after I use it to log in. I was hoping to invalidate the callback token immediately after using it. Is there a way to do this? If not, is this a feature you would consider supporting?

skynette commented 1 year ago

how do i view this tokens via the shell?

I'm trynna implement this with sessions since I'm using templates