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

Save cookies, passwords and form data #28

Open
plfiorini opened this issue Jan 4, 2017 · 5 comments
Open

Save cookies, passwords and form data #28

plfiorini opened this issue Jan 4, 2017 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@plfiorini
Copy link
Member

It seems Browser doesn't remember credentials of Web sites where the user has authenticated.
Need to save cookies, passwords and form data.

@timsueberkrueb timsueberkrueb added the enhancement New feature or request label Jan 4, 2017
@timsueberkrueb
Copy link
Collaborator

timsueberkrueb/slime-engine@9d2fd26 allows the browser (under QtWebEngine) to store cookies. storageName seems to be "" per default.
Saving passwords and form data will have to be implemented manually. Not sure what's the best approach doing this in a platform-independent and secure way.

@timsueberkrueb timsueberkrueb added the help wanted Extra attention is needed label Feb 15, 2017
@Aldrog
Copy link
Member

Aldrog commented Feb 16, 2017

Found this library https://github.com/frankosterfeld/qtkeychain

@Ximik
Copy link

Ximik commented Feb 18, 2017

Just want to comment that password/form data same is the thing making me (and not only me) enrage in modern browsers. And i think it's the last feature to be done.

Thanks you, guys. The project is really cool.

@PoisonousJohn
Copy link
Contributor

PoisonousJohn commented Apr 6, 2017

  • add support for saving/loading cookies
  • provide save cookies setting
  • provide save cookies exceptions setting
  • provide view with list of all saved cookies and option to remove certain entries

@timsueberkrueb
Copy link
Collaborator

timsueberkrueb commented Jul 5, 2017

Regression from SlimeEngine removal: Cookies not saved anymore. See #62.

@timsueberkrueb timsueberkrueb added the hacktoberfest Hacktoberfest label Sep 28, 2017
@timsueberkrueb timsueberkrueb removed the hacktoberfest Hacktoberfest label Nov 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants