inside route function on connect-express I can get info like clienKey
app.get('/hello-world', addon.authenticate(), function (req, res) {
...
var key = req.context.clientKey;
...
});
How can I get the sharedSecret value also?
Thanks
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.