secret cookie unused
This commit is contained in:
parent
f908110fb6
commit
8ccbf53dfc
@ -89,8 +89,6 @@ const (
|
|||||||
DefaultNamespace = "go.micro"
|
DefaultNamespace = "go.micro"
|
||||||
// TokenCookieName is the name of the cookie which stores the auth token
|
// TokenCookieName is the name of the cookie which stores the auth token
|
||||||
TokenCookieName = "micro-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 used for Authorization header
|
||||||
BearerScheme = "Bearer "
|
BearerScheme = "Bearer "
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user