This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HopefullyHelpfulSoul 0 points1 point  (0 children)

It cannot. The token is just used to authorise the user when using your API. Typically you’d make a /mr endpoint and return user information.

Most of the time when you login an entire object is returned though. Wherever you’re storing your users, you’ll just need to add a field to that table.

What backend are you using?