add setting for secure flag on cookie (#11422)

* add setting for secure flag on cookie

* docs fix
This commit is contained in:
Blake Blackshear
2024-05-18 14:53:49 -05:00
committed by GitHub
parent 3ce8816b9a
commit 402f5fa142
4 changed files with 18 additions and 6 deletions

View File

@@ -73,6 +73,9 @@ auth:
reset_admin_password: False
# Optional: Cookie to store the JWT token for native auth (default: shown below)
cookie_name: frigate_token
# Optional: Set secure flag on cookie. (default: shown below)
# NOTE: This should be set to True if you are using TLS
cookie_secure: False
# Optional: Session length in seconds (default: shown below)
session_length: 86400 # 24 hours
# Optional: Refresh time in seconds (default: shown below)