Skip to content

Fix cookies path#54

Merged
T4rk1n merged 3 commits intomasterfrom
fix-cookies-path
Aug 14, 2018
Merged

Fix cookies path#54
T4rk1n merged 3 commits intomasterfrom
fix-cookies-path

Conversation

@T4rk1n
Copy link
Copy Markdown
Contributor

@T4rk1n T4rk1n commented Aug 14, 2018

Resolve plotly/streambed#10763

@T4rk1n T4rk1n requested a review from scjody August 14, 2018 16:06
Copy link
Copy Markdown

@scjody scjody left a comment

Choose a reason for hiding this comment

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

I'm not sure if your inclusion of print is accidental or not. If you intend to merge it I suggest making it more detailed, and if not please remove it.

Other than that this looks good to me. 💃

Comment thread dash_auth/oauth.py Outdated
self.USERDATA_COOKIE,
self.USERNAME_COOKIE):
self._clear_cookie(response, c)
print('clear_cookies')
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Are you sure you want to include this?

Comment thread dash_auth/oauth.py Outdated
import itsdangerous
import functools


Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Not a big deal, but this shouldn't be here so if you're fixing this commit please fix this too.

@T4rk1n T4rk1n merged commit 2151f88 into master Aug 14, 2018
@T4rk1n T4rk1n deleted the fix-cookies-path branch August 14, 2018 19:34
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.

Cookie path is '/' for apps with requests_pathname_prefix. Same url, different app, results in error 500 for the user.

2 participants