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

Handle State encoding issue inbound from Provider #114

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

Commits on Aug 8, 2024

  1. fix: Update SessionStore.verify to convert whitespace into the +

    …character. This is to resolve an issue with the way AWS Cognito returns the state on the querystring. Cognito does not properly encode the `+` char to `%2B`, which turns into a whitespace char inbound to the Strategy.
    jasonatepaint committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c4fa17d View commit details
    Browse the repository at this point in the history