Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gatewayclient: fix domain compare when match cookie (#647)
kwilteam/kgw#18 made changes to what's get set as domain in cookie, kwil-cli didn't change accordingly. So when call `.build/kwil-cli database call --action owner_only --name testdb --kwil-provider http://localhost:8090 --authenticate` multiple times, got prompted every time. The issue is that after cookie is loaded, we compared the cookie domain and `--kwil-provider`, it won't match if provider has `:port`
- Loading branch information