volentixlabsinc / venue-server

The backend services for Venue, a community engagement platform for the Volentix community
https://venue.volentix.io
MIT License
6 stars 0 forks source link

/retrieve/user should return user's ID #253

Open shawnlauzon opened 6 years ago

shawnlauzon commented 6 years ago

As part of Volentix/venue#177, I am integrating a Nuxt auth module which has support for OAuth providers like Facebook. However, it requrires that the user object returned should contain all the data which I need, and unfortunately it doesn't return the user's ID (it is only returned from the /authenticate call which is not helpful.

Child of Volentix/venue#177