Open leaanthony opened 1 week ago
Managing Cookies from the Go-Side should be possible on all platforms. I've already added some preliminary support in a v3 branch.
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.
We would like to support cookies but this will require support for cookies over custom protocols in the upstream projects.
Related tickets: