nuxt server only middleware running on client
Okay, so I want to verify jwt
in nuxt middleware. It might be a bad idea. Please correct me. But I also need a solution. I learned that, middleware runs on both client and server. So, here’s my code
Okay, so I want to verify jwt
in nuxt middleware. It might be a bad idea. Please correct me. But I also need a solution. I learned that, middleware runs on both client and server. So, here’s my code