🐛 Fix attachment transfer issue

This commit is contained in:
2024-04-13 19:26:44 +08:00
parent ed9066ca7b
commit 4aae5700e0
13 changed files with 21 additions and 126 deletions

View File

@@ -21,8 +21,8 @@ const (
)
const (
CookieAccessKey = "identity_auth_key"
CookieRefreshKey = "identity_refresh_key"
CookieAccessKey = "passport_auth_key"
CookieRefreshKey = "passport_refresh_key"
)
func EncodeJwt(id string, typ, sub string, aud []string, exp time.Time) (string, error) {