mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-25 21:46:08 -04:00
Suggestion: Use LocalStorage + Header for User Info Instead of Cookies #43
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?
Originally created by @charlesjiang92 on GitHub (Aug 29, 2024).
I suggest we switch from using cookies to LocalStorage combined with headers for handling user information. Cookies are problematic in cross-domain iframe scenarios, making user authentication and data handling difficult.