middleware auth question
hello, when doing auth with nuxt3, where should i put my middleware to check if someone is authenticated? in the normal middleware or the server middleware? the middleware would ask the postgres db on my server if the user is authenticated.
1 Reply
Client middleware