We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Neither the general Authentication topic page nor the Passport-specific Recipe page discuss how to implement a log-out endpoint.
Authentication guidance should include both login and logout.
Applications designed following the best-practices in the docs should ensure that users can definitively invalidate their session.
The text was updated successfully, but these errors were encountered:
docs(passport): add logout route for session-based #2999
b1bb3e2
No branches or pull requests
I'm submitting a...
Current behavior
Neither the general Authentication topic page nor the Passport-specific Recipe page discuss how to implement a log-out endpoint.
Expected behavior
Authentication guidance should include both login and logout.
What is the motivation / use case for changing the behavior?
Applications designed following the best-practices in the docs should ensure that users can definitively invalidate their session.
The text was updated successfully, but these errors were encountered: