Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix logout compatibility with passport >= 0.6.0 #305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gian1200
Copy link

Version 7.0.0 of appid-serversdk-nodejs started support of passport v0.6.0. However, logout function was missed in the upgrade.

From Passport CHANGELOG

req#logout() is now an asynchronous function and requires a callback function as the last argument.

This PR:

  • Add support for async req#logout()
  • Keep support for sync req#logout() (when older passport versions are used)
  • Add some tests
  • Update examples and Readme files
  • Clean up Readme.md a little bit (fix some markdownlint warnings)

- Starting passport 0.6.0, req#logout() is now an asynchronous function and adds a callback function as the last argument.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant