open-webui/backend/open_webui
Ranjan Mohan 6c6be5de88 Fixed an issue with clearing application cookies during OAuth signout
Closes #8885.

During the OAuth signout flow, although the `token` and `oauth_id_token`
cookies were marked for deletion, a new RedirectResponse is created and
returned. This does not contain the header info from the he Response object
used to mark the cookies to be deleted. Hence the cookies remained.
Fixed this by re-using the headers from the other Response object.
2025-02-18 12:44:14 -05:00
..
data
internal
migrations
models fix: user settings save issue 2025-02-11 23:42:31 -08:00
retrieval fix: include_domain does NOT exist 2025-02-17 19:20:49 -08:00
routers Fixed an issue with clearing application cookies during OAuth signout 2025-02-18 12:44:14 -05:00
socket refac: direct connections 2025-02-13 00:34:45 -08:00
static refac 2025-02-15 21:14:03 -08:00
storage chore: format 2025-02-09 22:20:47 -08:00
test
utils refac 2025-02-17 21:34:06 -08:00
__init__.py
alembic.ini
config.py refac 2025-02-17 21:34:06 -08:00
constants.py refac 2025-02-03 16:14:00 -08:00
env.py refac 2025-02-16 00:11:18 -08:00
functions.py refac: system prompt template 2025-02-05 14:35:18 -08:00
main.py enh: full context web search 2025-02-17 18:14:26 -08:00
tasks.py