Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove httponly cookie #149

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Conversation

fisher60
Copy link
Member

This is not compatible with nuxt as it will prevent client-side nuxt from accessing the cookie. This results in odd behavior where the user is authenticated and requests to the backend with useFetch succeed, but client-side use of the auth cookie fails (i.e in the nuxt middleware)

This is not compatible with nuxt as it will prevent client-side nuxt from accessing the cookie.
@fisher60 fisher60 merged commit 75e73bf into main Jun 25, 2024
3 checks passed
@fisher60 fisher60 deleted the fix/cookie-not-working-for-website-auth branch June 25, 2024 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant