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

Always generate a JWT to persist the session #15

Merged
merged 1 commit into from Oct 30, 2020

Conversation

cabarnes
Copy link
Member

Using the base class implementation causes the session key to be put into the sessionid cookie. This causes the request processing to create a new session which loses any data in the previous session. A JWT can be created with no user ID which was happening originally and works to persist the session properly.

@cabarnes cabarnes requested a review from btimby October 30, 2020 18:31
Copy link
Contributor

@btimby btimby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@btimby btimby merged commit 349dac3 into master Oct 30, 2020
@btimby btimby deleted the fix-session-anonymous-user branch October 30, 2020 18:41
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.

None yet

2 participants