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.
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