feat: add support for bypassing authentication for specific IPs

This commit is contained in:
Stavros
2025-07-10 00:53:22 +03:00
parent 476ed6964d
commit 0ace88a877
3 changed files with 44 additions and 9 deletions

View File

@@ -120,8 +120,9 @@ type PassowrdLabels struct {
// IP labels for a tinyauth protected container
type IPLabels struct {
Allow []string
Block []string
Allow []string
Block []string
Bypass []string
}
// Labels is a struct that contains the labels for a tinyauth protected container