mirror of
https://github.com/open-webui/open-webui
synced 2025-02-23 21:53:37 +00:00
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. |
||
---|---|---|
.. | ||
audio.py | ||
auths.py | ||
channels.py | ||
chats.py | ||
configs.py | ||
evaluations.py | ||
files.py | ||
folders.py | ||
functions.py | ||
groups.py | ||
images.py | ||
knowledge.py | ||
memories.py | ||
models.py | ||
ollama.py | ||
openai.py | ||
pipelines.py | ||
prompts.py | ||
retrieval.py | ||
tasks.py | ||
tools.py | ||
users.py | ||
utils.py |