Cookie based auth with nuxt auth utils
I have a server which is sets a cookie on login and then that cookie is needed to authenticate users for other requests.
I'm creating a frontent application with nuxt and just wondering what happens to the cookie if the server is sending the login request? Will the cookie be set for the user or do I need to make the call from client side?
I'm creating a frontent application with nuxt and just wondering what happens to the cookie if the server is sending the login request? Will the cookie be set for the user or do I need to make the call from client side?
