1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

feat: add DOZZLE_AUTH_LOGOUT_URL support for ForwarderProxy (#4151)

This commit is contained in:
Dmitry Mazurov
2025-09-26 20:44:14 +03:00
committed by GitHub
parent 020342a1bd
commit 29f06eb00d
8 changed files with 28 additions and 6 deletions

View File

@@ -52,6 +52,7 @@ type Authorization struct {
Provider AuthProvider
Authorizer Authorizer
TTL time.Duration
LogoutUrl string
}
type Authorizer interface {