django rest framework - token authentication logout
问题 I have implemented the Token Authentication according to the django rest framework Docs. Form what I read, the Token Authentication of DRF is quite simple - one token per user, the token doesn't expire and is valid for use always ( am I right? ). I understand that there are better practices out there, but for now the DRF token authentication is fine for me. my question is- what is the best practice for logout with the normal DRF token authentication? I mean, when the user logs out , should I