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: Session destroyed on page refresh #59

Closed
wants to merge 1 commit into from

Conversation

yowkah
Copy link

@yowkah yowkah commented Dec 11, 2021

Related to #50 . It seems that the Token is not always given with authentication. Absence of the token should not be valid reason to terminate or remove a perfectly good session.

Related to remixz#50 . It seems that the Token is not always given with authentication. Absence of the token should not be valid reason to terminate or remove a perfectly good session.
@remixz
Copy link
Owner

remixz commented Jan 10, 2022

Thank you for fixing this! (And sorry for the delayed response.) There's one more fix as well needed, which is to not clear the auth token if it's null. I created a patch to do so here: 47c94ad I'm going to open a PR with your patch and mine, and merge that in. Thank you again!!

@remixz remixz closed this Jan 10, 2022
@remixz
Copy link
Owner

remixz commented Jan 10, 2022

New PR: #60 (with your commit left in tact, so you get proper credit 😄 )

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.

2 participants