How to get sharedSecret on route (ACE)

Xavi fernandez September 14, 2017

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

0 answers

Suggest an answer

Log in or Sign up to answer