mirror of
https://github.com/weloe/token-go.git
synced 2025-10-04 15:12:47 +08:00
refactor: update default cookie path
This commit is contained in:
@@ -11,7 +11,7 @@ type CookieConfig struct {
|
||||
func DefaultCookieConfig() *CookieConfig {
|
||||
return &CookieConfig{
|
||||
Domain: "",
|
||||
Path: "",
|
||||
Path: "/",
|
||||
Secure: false,
|
||||
HttpOnly: false,
|
||||
SameSite: "",
|
||||
|
Reference in New Issue
Block a user