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
Hi guys,
can you explain one thing.
I'de like to understand what i should make on server side(drf), when user log out on client side.
On client side i remove Athorization header from request, but what need to do on server side in django part. How to remove current access/refresh tokens that had recieved on client ? And where they are stored?
The text was updated successfully, but these errors were encountered:
Hi guys,
can you explain one thing.
I'de like to understand what i should make on server side(drf), when user log out on client side.
On client side i remove Athorization header from request, but what need to do on server side in django part. How to remove current access/refresh tokens that had recieved on client ? And where they are stored?
The text was updated successfully, but these errors were encountered: