From e159005529ec1f03ec0d4c7f045b7b1498a24eb9 Mon Sep 17 00:00:00 2001 From: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:56:46 -0500 Subject: [PATCH] Update jwttoken.md Emoji swap --- docs/features/jwttoken.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/jwttoken.md b/docs/features/jwttoken.md index 04e321f..4182371 100644 --- a/docs/features/jwttoken.md +++ b/docs/features/jwttoken.md @@ -1,6 +1,6 @@ --- sidebar_position: 12 -title: "🔰 Configuring JWT Expiration" +title: "📎 Configuring JWT Expiration" --- Overview @@ -74,4 +74,4 @@ A: The valid time units are `s`, `m`, `h`, `d`, `w`, or `-1` for no expiration. * Q: How do I obtain a JWT token for authentication purposes? A: You can obtain a JWT token from the Open WebUI API or by navigating to `Settings > Account` in the Open WebUI admin panel. * Q: Can I override the default secret key used for JWT tokens? -A: Yes, you can override the default secret key by setting the `WEBUI_SECRET_KEY` environment variable. \ No newline at end of file +A: Yes, you can override the default secret key by setting the `WEBUI_SECRET_KEY` environment variable.