[PR #369] [MERGED] Add docs for new security variables WEBUI_AUTH_COOKIE_SAME_SITE & WEBUI_AUTH_COOKIE_SECURE #447

Closed
opened 2026-02-15 17:17:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/369
Author: @antpyykk-kone
Created: 1/27/2025
Status: Merged
Merged: 1/29/2025
Merged by: @tjbck

Base: mainHead: feature/add-auth-cookie-security-option-docs


📝 Commits (1)

  • bd5b3e1 Add documentation regarding new security cookie options

📊 Changes

1 file changed (+40 additions, -0 deletions)

View changed files

📝 docs/getting-started/advanced-topics/env-configuration.md (+40 -0)

📄 Description

Add docs regarding newly added auth cookie security options (see https://github.com/open-webui/open-webui/pull/8978).
Included info notes regarding the use of WEBUI_SESSION_COOKIE_SAME_SITE & WEBUI_SESSION_COOKIE_SECURE as fallback values.

In addition, added warning note to WEBUI_SESSION_COOKIE_SAME_SITE when using OAuth signup in combination with strict samesite value.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/369 **Author:** [@antpyykk-kone](https://github.com/antpyykk-kone) **Created:** 1/27/2025 **Status:** ✅ Merged **Merged:** 1/29/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `feature/add-auth-cookie-security-option-docs` --- ### 📝 Commits (1) - [`bd5b3e1`](https://github.com/open-webui/docs/commit/bd5b3e1f5f02a828990a76bd1c449b0a302b594f) Add documentation regarding new security cookie options ### 📊 Changes **1 file changed** (+40 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/advanced-topics/env-configuration.md` (+40 -0) </details> ### 📄 Description Add docs regarding newly added auth cookie security options (see https://github.com/open-webui/open-webui/pull/8978). Included info notes regarding the use of `WEBUI_SESSION_COOKIE_SAME_SITE` & `WEBUI_SESSION_COOKIE_SECURE` as fallback values. In addition, added warning note to `WEBUI_SESSION_COOKIE_SAME_SITE` when using OAuth signup in combination with `strict` samesite value. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:03 -05:00
yindo closed this issue 2026-02-15 17:17:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#447