Open
Description
Hi,
is there an way to login to a user on the server side without sending the token to the client?
Because I have a form for unlogged in user and if they submit the form and the sever insert the data the user gets a jwt token.
I added useSsrCookies: false to the Nuxt.config.ts and it didn't worked.
Best regards.