wailsapp / wails

Create beautiful applications using Go
https://wails.io
MIT License
25.63k stars 1.24k forks source link

Cookies Support #3908

Open leaanthony opened 1 week ago

leaanthony commented 1 week ago

We would like to support cookies but this will require support for cookies over custom protocols in the upstream projects.

Related tickets:

stffabi commented 1 day ago

Managing Cookies from the Go-Side should be possible on all platforms. I've already added some preliminary support in a v3 branch.

pavelbinar commented 22 hours ago

I think the main challenge here is to make the cookies work in the browser/web-view. The most of the authentication services like https://clerk.com/, https://workos.com/,.. are storing authentication tokens in the cookies therefore they does not work in the Wails.