AbandonTech / abandonauth

An Authentic Auth Service...
GNU General Public License v3.0
4 stars 2 forks source link

remove httponly cookie #149

Closed fisher60 closed 2 months ago

fisher60 commented 2 months ago

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)