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

Better webcookies handling #39

Merged

Conversation

Sadzurami
Copy link
Contributor

@Sadzurami Sadzurami commented Feb 1, 2024

Now we can return cookies for login.steampowered.com for EAuthTokenPlatformType.WebBrowser to match official behavior. Doing that we can automatically refresh cookies, without need to use LogginSession.getWebCookies() again.
After steamLoginSecure expires, any request to steam redirects us to login.steampowered, which updates our cookies and redirects back. Just like browsers do.

Also, now sessionid sets properly and not conflicts with jar libs (due to lack of domain).

@DoctorMcKay DoctorMcKay merged commit 471b33a into DoctorMcKay:master Sep 3, 2024
9 checks 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.

2 participants