2025-03-21 11:05:42 +08:00

7 lines
81 B
Go

package auth
const (
CookieName = "authorize"
StoreName = "authorize_user"
)