feat: use decoded headers in proxy controller

This commit is contained in:
Stavros
2025-09-02 18:19:18 +03:00
parent b6bc3d0020
commit 78920cba64
7 changed files with 96 additions and 62 deletions

View File

@@ -123,14 +123,12 @@ type RedirectQuery struct {
RedirectURI string `url:"redirect_uri"`
}
// Labels
// App config
type Labels struct {
type AppConfigs struct {
Apps map[string]App
}
// App config
type App struct {
Config AppConfig
Users AppUsers