Versions in this module Expand all Collapse all v0 v0.0.2 Jan 24, 2020 v0.0.1 Jan 14, 2020 Changes in this version + func AdminAuthInterceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, ...) (interface{}, error) + func PublicAuthInterceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, ...) (interface{}, error) + func UTCNow() time.Time + func VerifyIdentity(address string) (map[string]interface{}, error) + type Authenticator struct + Config oauth2.Config + Ctx context.Context + Provider *oidc.Provider + func NewAuthenticator() (*Authenticator, error)