N
Nuxt11mo ago
Sh1be

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
pyplacca
pyplacca11mo ago
Client middleware

Did you find this page helpful?