mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
Supports godoxy.localhost #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gutenye on GitHub (Aug 31, 2025).
When I visit http://godoxy.localhost and log in, the login succeeds, but I see a “missing session token” message. Reload the page will log me out.
It appears the cookie is being set for
localhostrather than.localhost. Could we update it to.localhost?@yusing commented on GitHub (Aug 31, 2025):
https://docs.godoxy.dev/Home#general
@gutenye commented on GitHub (Aug 31, 2025):
set
GODOXY_API_JWT_SECUREtofalsedidn't work@yusing commented on GitHub (Aug 31, 2025):
Right. Will consider adding support for it.
@yusing commented on GitHub (Sep 2, 2025):
Added in 46f883f3269c93f8308c2a1679656096f00c951c and released just now.