Session cookie authentication
Hello there,
I'm trying to setup authentication for a nuxt3 app and community modules i analized dont satisfy my requirements.
I just need a way to propagate the session cookie on client e server side to determine user authentication and use it with @melody/apollo.
Is this a valuable solution for my use case?
Could you please give me an idea of when you are planning to release the official nuxt auth module?
I also have another project using nuxt2 with the nuxt-auth module and it also has SSR cookies-sync problem, is app:created hook a good choise to sync auth cookies on both server and client sides also on nuxt2?
Thanks for your help!
0 Replies