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:
@@ -52,6 +52,7 @@ type Authorization struct {
|
||||
Provider AuthProvider
|
||||
Authorizer Authorizer
|
||||
TTL time.Duration
|
||||
LogoutUrl string
|
||||
}
|
||||
|
||||
type Authorizer interface {
|
||||
|
||||
Reference in New Issue
Block a user