Hello everyone!
Scenario: a user logged in successfully and now he has a user-token, let’s say he called some rest api function, and he included his user-token in that request.
Now the question is: can that function get the relevant user row in the users table using only his user-token?
in other words without using objectId or ownerid of that specific row .
Thanks in advance,
PickApp