Passport 0.6.0 introduced a breaking change that now requires a callback to be provided for req#logout(). Without the callback, logging out does not work on the dashboard.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Passport 0.6.0 introduced a breaking change that now requires a callback to be provided for
req#logout()
. Without the callback, logging out does not work on the dashboard.This PR adds said callback and fixes logging out.
Status and versioning classification: