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

Allow sessionless authentication #120

Merged
merged 1 commit into from
Jun 2, 2020
Merged

Allow sessionless authentication #120

merged 1 commit into from
Jun 2, 2020

Conversation

davidpatrick
Copy link
Contributor

@davidpatrick davidpatrick commented May 29, 2020

Description

This library allowed sessionless authentication before 1.3.0 as state in https://github.com/auth0/passport-auth0#state-parameter

While sessionless is advised against, 1.3.0 introduced a breaking change to users that had state set to false and were not using sessions. This PR rectifies that change.

Fixes #116

@davidpatrick davidpatrick added the small Small review label May 29, 2020
@davidpatrick davidpatrick requested a review from a team May 29, 2020 21:34
@davidpatrick davidpatrick added this to the v1.3.3 milestone Jun 2, 2020
@davidpatrick davidpatrick merged commit 096f789 into master Jun 2, 2020
@davidpatrick davidpatrick mentioned this pull request Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CH: Fixed small Small review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Having a session is now required
2 participants