mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 20:55:42 +00:00
feat: use decoded headers in proxy controller
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user