fix(auth): set session cookie client-side for Dioxus 0.7.5 compat #4
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/login"
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?
Dioxus 0.7.5 removed server_context() and FullstackContext's
add_response_header doesn't propagate to server function POST
responses. Move cookie management to the client:
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com