Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Name = "cc-usercenter" ID, _ = os.Hostname() )
Functions ¶
func NewAuthenticator ¶
func NewAuthenticator(jwtOpts *options.JWTOptions) (authn.Authenticator, func(), error)
Types ¶
type Config ¶
type Config struct { HTTPOptions *genericoptions.HTTPOptions TLSOptions *genericoptions.TLSOptions JWTOptions *genericoptions.JWTOptions MySQLOptions *genericoptions.MySQLOptions RedisOptions *genericoptions.RedisOptions }
Config represents the configuration of the service.
Click to show internal directories.
Click to hide internal directories.