[PR #611] [MERGED] docs: fix JWT_EXPIRES_IN type #657

Closed
opened 2026-02-15 18:15:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/611
Author: @jameswporter
Created: 7/9/2025
Status: Merged
Merged: 7/14/2025
Merged by: @tjbck

Base: mainHead: main


📝 Commits (1)

📊 Changes

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

View changed files

📝 docs/getting-started/env-configuration.md (+1 -1)

📄 Description

The type for JWT_EXPIRES_IN is incorrectly labelled as int, however it is a str (due to time units)

https://github.com/open-webui/open-webui/blob/5eca495d3e3b3066e7831141ed2adffbd6d179b4/backend/open_webui/routers/auths.py#L831


🔄 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/611 **Author:** [@jameswporter](https://github.com/jameswporter) **Created:** 7/9/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`2b170d3`](https://github.com/open-webui/docs/commit/2b170d3cafb2e7f5d2558abf18c5f3512cc3f6db) fix JWT_EXPIRES_IN type ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/env-configuration.md` (+1 -1) </details> ### 📄 Description The type for JWT_EXPIRES_IN is incorrectly labelled as int, however it is a str (due to time units) https://github.com/open-webui/open-webui/blob/5eca495d3e3b3066e7831141ed2adffbd6d179b4/backend/open_webui/routers/auths.py#L831 --- <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 18:15:24 -05:00
yindo closed this issue 2026-02-15 18:15:24 -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#657