auth0-nodejs-webapp-sample
auth0-nodejs-webapp-sample copied to clipboard
Add logout callback and update to req.socket
router.get('/logout...was throwing the following error:Error: req#logout requires a callback function- Added callback to resolve it.- Also updated
req.connectiontoreq.socketas IDE was complaining thatconnectionis deprecated.