Add more flags to customize auth

This commit is contained in:
Pablu23
2024-06-04 20:51:06 +02:00
parent dbe349d0e6
commit 8f65d81015
3 changed files with 19 additions and 10 deletions

View File

@@ -39,6 +39,8 @@ type AuthOptions struct {
// Secret Direct or Path to secret File
Secret string
LoadType AuthType
Secure bool
MaxAge int
}
type TlsOptions struct {