Skip to content

FIX: Session destroyed on page refresh#59

Closed
yowkah wants to merge 1 commit into
remixz:masterfrom
yowkah:patch-1
Closed

FIX: Session destroyed on page refresh#59
yowkah wants to merge 1 commit into
remixz:masterfrom
yowkah:patch-1

Conversation

@yowkah

@yowkah yowkah commented Dec 11, 2021

Copy link
Copy Markdown

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

remixz commented Jan 10, 2022

Copy link
Copy Markdown
Owner

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

remixz commented Jan 10, 2022

Copy link
Copy Markdown
Owner

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