Add "me" endpoint to lookup
Add a "/people/self" endpoint or similar which returns the Person resource for the user associated with the auth token. (Or an error response if there is no such user.)
This can probably be implemented as a 301 re-direct to the actual person resource.