handler

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthHandler

type AuthHandler interface {
	Handle(c echo.Context) error
}

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL