ibm-cloud-security / appid-serversdk-nodejs

Node.js SDK for the IBM Cloud App ID service
Apache License 2.0
30 stars 36 forks source link

WebAppStrategy.logout doesn't work after update to passport v0.6.0 #287

Closed carnakovic closed 1 year ago

carnakovic commented 1 year ago

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

image
github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 7.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: