sonnyp / Tangram

Browser for your pinned tabs
https://apps.gnome.org/app/re.sonny.Tangram/
GNU General Public License v3.0
924 stars 39 forks source link

HTTP Authentication not being remembered #218

Open TheProcedural opened 1 year ago

TheProcedural commented 1 year ago

Tangram version

Tangram 2.0

Linux distribution

Fedora 37

Flatpak version

flatpak 1.14.1

Desktop environment

GNOME Shell 43.2 Wayland

The auth details are not being remembered, I need to input them everytime. image

chri2 commented 1 year ago

Could be solved by something like #272 ?

sonnyp commented 1 year ago

https://webkitgtk.org/reference/webkit2gtk/stable/class.AuthenticationRequest.html

We probably just need to call set_can_save_credentials(true)