julianlam / nodebb-plugin-session-sharing

Allows login sessions from your app to persist in NodeBB
MIT License
88 stars 65 forks source link

Get local uid by appId #126

Open avraham1 opened 1 year ago

avraham1 commented 1 year ago

Currently it is possible to search for the local ID by the application ID, through the interface.

It would be very helpful if there was a way to get this information in an HTTP request from a remote server, with session or token authentication.

Thanks in advance