How to access user objects at the front end using Framework's TokenAuthentication

Viewed 24

How to access user objects at the front end using Django Framework's TokenAuthentication? I was able to successfully get a token, which includes the user id and username of the user logged in but I am unsure of how to get the rest of the user information in the front end.

I am a beginner in programing, so your help is much appreciated.

0 Answers
Related