DEV Community

Discussion on: NuxtJS cheat sheet 1

Collapse
 
nomikz profile image
nomikz

I tired to use nuxt auth and it was so horrible experience. I didn't have much experience setting up authorization and wanted to read the doc. But documentation was very short with no clear explanation.

Collapse
 
adnanbabakan profile image
Adnan Babakan (he/him) • Edited

Although I am not the creator of NuxtJS, I am sad that you found it horrible. Nuxt is really easy to use and the documentation is actually good. Auhtorization is something you should implement by yourself not a part of Nuxt, yet it provides you with things like middleware to make it easier.

Collapse
 
nomikz profile image
nomikz

Vue and nuxt are making things absurdly easy. I like them for that a lot.
I handled it on my own through jwt.

Thread Thread
 
adnanbabakan profile image
Adnan Babakan (he/him)

Glad to hear that!