add ignoreChain option for service

This commit is contained in:
ginuerzh
2022-11-29 10:32:00 +08:00
parent 82fff4976a
commit 5f31240e29
2 changed files with 31 additions and 16 deletions

View File

@ -40,6 +40,7 @@ const (
mdKeyPreDown = "preDown"
mdKeyPostUp = "postUp"
mdKeyPostDown = "postDown"
mdKeyIgnoreChain = "ignoreChain"
)
func ParseAuther(cfg *config.AutherConfig) auth.Authenticator {