secret cookie unused

This commit is contained in:
Asim Aslam 2020-04-28 18:12:07 +01:00
parent f908110fb6
commit 8ccbf53dfc

View File

@ -89,8 +89,6 @@ const (
DefaultNamespace = "go.micro"
// TokenCookieName is the name of the cookie which stores the auth token
TokenCookieName = "micro-token"
// SecretCookieName is the name of the cookie which stores the auth secret
SecretCookieName = "micro-secret"
// BearerScheme used for Authorization header
BearerScheme = "Bearer "
)