Howler
What is the idiomatic Nuxt v3.16 way of Authentication/Authorization ?
I am trying Better-Auth, but its been a real challenge. I am still new to Nuxt and I am still learning. What are the security frameworks/utilities that work great with Nuxt? I don't want to use a third party service. I plan on keeping all of my users, accounts, roles, permissions in my database.
Sugggestions?
9 replies
defineProps not auto imported?
I am new to Nuxt and Vue. I have setup a new Nuxt v3.16.1 project. Created a default.vue layout with some additional components.
However, when I try to use defineProps, I am receiving the following error message:
Cannot find name 'defineProps'.
I also seem to get messages about components being imported but not used, when they are clearly used in the template section.
I assume there is additional configuration for this?
Sorry if this is a noobie question, but I really like where Nuxt is and where its going and just want to get past these issues.
Thanks!
6 replies