Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SingleSignOnDispatcher = func(ctx *context.Context) { x_forwarded_host := ctx.Input.Header("X-Forwarded-Host") public_host := os.Getenv("USTACKWEB_PUBLIC_HOST") if x_forwarded_host != "" && public_host != "" && x_forwarded_host != os.Getenv("USTACKWEB_PUBLIC_HOST") { ctx.Input.RunController = reflect.TypeOf(controllers.SingleSignOnController{}) ctx.Input.RunMethod = "All" } }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.