Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RequiresNoAuth = map[string]bool{ wellknown_echo.AboutPath: true, wellknown_echo.AccountCallbackPath: true, wellknown_echo.ErrorPath: true, wellknown_echo.ExternalIDPPath: true, wellknown_echo.ForgotPasswordPath: true, wellknown_echo.HealthzPath: true, wellknown_echo.HomePath: true, wellknown_echo.LoginPath: true, wellknown_echo.LogoutPath: true, wellknown_echo.OAuth2CallbackPath: true, wellknown_echo.OAuth2TokenEndpointPath: true, wellknown_echo.OIDCAuthorizationEndpointPath: true, wellknown_echo.OIDCLoginPath: true, wellknown_echo.OIDCLoginPasswordPath: true, wellknown_echo.PasswordResetPath: true, wellknown_echo.ReadyPath: true, wellknown_echo.SignupPath: true, wellknown_echo.SwaggerPath: true, wellknown_echo.UserInfoPath: true, wellknown_echo.VerifyCodePath: true, wellknown_echo.WellKnownJWKS: true, wellknown_echo.WellKnownOpenIDCOnfiguationPath: true, } )
everything requries auth unless otherwise documented here. -- this is a list of paths that do not require auth
Functions ¶
func EnsureCookieClaimsPrincipal ¶
func EnsureCookieClaimsPrincipal(_ di.Container) echo.MiddlewareFunc
EnsureContextLogger ...
func EnsureLocalizer ¶
func EnsureLocalizer(_ di.Container) echo.MiddlewareFunc
func NewStartup ¶
func NewStartup(options ...WithOption) contracts_startup.IStartup
Types ¶
type WithOption ¶
type WithOption func(startup *startup)
func WithConfigureServices ¶
func WithConfigureServices(ext internal_types.ConfigureServices) WithOption
Click to show internal directories.
Click to hide internal directories.