dndex/server/auth/const.go

8 lines
109 B
Go

package auth
const (
AuthKey = "DnDex-Auth"
UserKey = "DnDex-User"
NewAuthKey = "New-" + AuthKey
)