Tangram icon indicating copy to clipboard operation
Tangram copied to clipboard

HTTP Authentication not being remembered

Open TheProcedural opened this issue 2 years ago • 2 comments

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

TheProcedural avatar Jan 24 '23 11:01 TheProcedural

Could be solved by something like #272 ?

chri2 avatar May 19 '23 12:05 chri2

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

We probably just need to call set_can_save_credentials(true)

sonnyp avatar May 20 '23 08:05 sonnyp