Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthHandler ¶
AuthHandler represents an authentication handler
type AuthRoute ¶
type AuthRoute struct {
Method string
Path string
Handler AuthHandler
}
AuthRoute represents an authentication route
func NewAuthRoutes ¶
func NewAuthRoutes(keycloakConfig *config.KeycloakConfig) []AuthRoute
NewAuthRoutes creates new authentication routes using cloud-auth services This function provides a complete authentication API that can be used by any service
Click to show internal directories.
Click to hide internal directories.