#save session

3 messages · Page 1 of 1 (latest)

static venture
#

I want to store session when authentication completed but I can not and when I log session in “authenticated” event, I see undefined in all authentication strategies.
Can anyone help me?

languid patio
#

client.on('authenticated', () => {
console.log('client is authenticated')
});
Do not pass session parameter
Use LocalAuth

static venture