Versions in this module Expand all Collapse all v0 v0.15.1 Jun 1, 2022 GO-2024-2675 GO-2024-2675: Temporal UI Server cross-site scripting vulnerability in github.com/temporalio/ui-server v0.15.0 May 25, 2022 GO-2024-2675 GO-2024-2675: Temporal UI Server cross-site scripting vulnerability in github.com/temporalio/ui-server Changes in this version + func GetCurrentUser(c echo.Context) error + func GetSettings(cfgProvier *config.ConfigProviderWithRefresh) func(echo.Context) error + func TemporalAPIHandler(cfgProvider *config.ConfigProviderWithRefresh, apiMiddleware []Middleware) echo.HandlerFunc + type Auth struct + Enabled bool + Options []string + type CodecResponse struct + AccessToken string + Endpoint string + type Middleware func(c echo.Context) runtime.ServeMuxOption + type SettingsResponse struct + Auth *Auth + Codec *CodecResponse + DefaultNamespace string + FeedbackURL string + NotifyOnNewVersion bool + ShowTemporalSystemNamespace bool + Version string Other modules containing this package github.com/temporalio/ui-server/v2