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

A way to import cookies? #281

Open
JasonTable opened this issue Apr 16, 2024 · 2 comments
Open

A way to import cookies? #281

JasonTable opened this issue Apr 16, 2024 · 2 comments

Comments

@JasonTable
Copy link

I don't know if this feature exists already but i cant find it so i guess i will request it.

I would like the ability to import cookies manually for site logins. This would be really helpful for sites like FA that require users to do free labor for google each time they login. (recaptcha) that captcha system is also far more likely to give users deliberately annoying tasks to do for google if they think your browser fingerprint is weird which it will be when using an electron app.

One way around that i think is to allow users to log in with a normal web browser and copy over their cookies in a format such as b=65b04e28-5263-4f34-aafb-d9f666b45092; a=c7a398ac-4f01-4667-8778-148520e0aea2; (note this is not a valid session cookie) this would also let people using their existing login without doing the forced AI training for google again.

@leaftail1880
Copy link
Contributor

Why would you need that when postybirb under the hood uses browser, opens fa, lets you login, and then extracts cookies by yourself?

@JasonTable
Copy link
Author

no offense. but i think you might have missed the point. the idea is to not have to login again. so i can use my existing session. i think it would be nice as some kind of advanced mode feature.

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

No branches or pull requests

2 participants