hi there,
i am new Django and i have managed to build a small Api using DRF. I have my angular client end posting user auth details and DRF returns a token after login. so question is if posible to find user by token ? if possible how i can get user information like {
id, username, firstname, etc..}