Suggestion: Use LocalStorage + Header for User Info Instead of Cookies #43

Closed
opened 2026-02-16 10:15:55 -05:00 by yindo · 0 comments
Owner

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.

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.
yindo closed this issue 2026-02-16 10:15:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#43