You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: