We are creating several Vue.JS apps that will display data for the specific logged on Umbraco member. Each app will need to know who that member is and be able to pass that to the API on another server that sends back the member specific data. Each member will be logging in via ADD credentials, if that makes any difference.
Has anyone else done something like this? How can I get the ADD identity of the logged on member and use it?
Passing logged on member info to non-local API
We are creating several Vue.JS apps that will display data for the specific logged on Umbraco member. Each app will need to know who that member is and be able to pass that to the API on another server that sends back the member specific data. Each member will be logging in via ADD credentials, if that makes any difference.
Has anyone else done something like this? How can I get the ADD identity of the logged on member and use it?
is working on a reply...