After update to passport v0.6.0 req.logout() became an async function which requires a callback function. This wasn't updated in this SDK, so right now calling WebAppStrategy.logout(req) throws an error: Error: req#logout requires a callback function
After update to passport v0.6.0
req.logout()
became an async function which requires a callback function. This wasn't updated in this SDK, so right now callingWebAppStrategy.logout(req)
throws an error:Error: req#logout requires a callback function