Will Nuxt Auth Utils work with Serverless?
I'm not much of a backend developer, so I'm not 100% sure how authentication works all the time.
But I'm wondering if the nuxt auth utils would work in a serverless plataform like Netlifly or Firebase Functions.
Especially since the execution context might not be the same between function calls.
I feel that it should work because they will always share the same
SESSION_PASSWORD
1 Reply
Im using Deno and it works!