-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 Constants and Cookie Usage #1572
Conversation
Nerixyz
commented
Feb 16, 2022
•
edited
Loading
edited
- Updates constants (except experiments as they don't seem to be sent), fixes Update App Constants #1571
- Use the authorization as a fallback to get the user-id
Hope it merge soon :) |
@Nerixyz hey, great work! any plans to merge this anytime soon? |
merge it pls |
By this constants after every login the cookie will be empty! |
Depends on what you mean by soon 😏 |
@Nerixyz hey awesome work, was also seeing if there was any plans to merge this? Appreciate it |
I could merge it, but that doesn't mean there will be a release on npm. You can always take git-dependencies (this might require building the library after you install it). |
Hey @Nerixyz, how did you find these constants? Interested in seeing if we can update them again. |
They're all sent in the headers. You have to intercept the HTTP requests to see them. |