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

Update login.py LoginSecure fix #344

Merged
merged 3 commits into from
Feb 3, 2024
Merged

Update login.py LoginSecure fix #344

merged 3 commits into from
Feb 3, 2024

Conversation

wolfovik
Copy link
Contributor

unique LoginSecure to each domain

unique LoginSecure to each domain
Update login.py LoginSecure fix
@wolfovik
Copy link
Contributor Author

Apologies for the two commits. I did it through the website and it's already late for me, time to sleep. Perhaps this might be useful to someone right now, hence the approach.

@SamuelKollar
Copy link

@bukson will you merge the pr ?

steampy/login.py Outdated Show resolved Hide resolved
create_cookie fix
sessionid added
self.session.cookies.set(**community_cookie)
self.session.cookies.set(**store_cookie)
self.session.cookies.set(**store_cookie)
Copy link

Choose a reason for hiding this comment

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

line 64: self.session.cookies.set(**store_cookie)
should be deleted

Choose a reason for hiding this comment

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

or add store_cookie = create_cookie(name, store_cookie_dict.get(name, cookie), store_domain)?

@bukson bukson merged commit 13c41cc into bukson:master Feb 3, 2024
1 check passed
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.

7 participants