auth0-nodejs-webapp-sample icon indicating copy to clipboard operation
auth0-nodejs-webapp-sample copied to clipboard

Add logout callback and update to req.socket

Open tyfrth opened this issue 1 year ago • 0 comments

  • router.get('/logout... was throwing the following error: Error: req#logout requires a callback function - Added callback to resolve it.
  • Also updated req.connection to req.socket as IDE was complaining that connection is deprecated.
Screenshot 2023-11-29 at 6 34 17 PM

tyfrth avatar Nov 30 '23 02:11 tyfrth