mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
[PR #611] [MERGED] docs: fix JWT_EXPIRES_IN type #657
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (1)
2b170d3fix JWT_EXPIRES_IN type📊 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.