nuxt-auth Questions

3

i have declare a middleware that check role of every routes in nuxt.config.js. but want to disable in some pages. // in nuxt.config.js => router: { middleware: ['role'] }, // in middl...
Wyattwyche asked 27/8, 2021 at 18:35

2

Has anyone ever encountered this error when using nuxt-auth from this official guide? How did you solve it? I'm stuck here for days. The error is defu__WEBPACK_IMPORTED_MODULE_3__ is not a function...
Tyrannicide asked 28/5, 2022 at 8:14

1

I worked previously with Vuejs and decided to take a look into NuxtJs. In my previous applications my server sends a HttpOnly cookie which my client couldn't read. So for auth I tried out NuxtAuth ...
Shantelleshantha asked 9/1, 2021 at 11:46

2

i'm building an app with user login and register info. I use nuxt/auth module for handling the authentification. Whenever the user get logs in the state changes to true without a problem. The only ...
Cambrian asked 24/8, 2021 at 11:19

2

Solved

Let's imagine a client opens your nuxt.js website on the index page. From there, they authenticate (you used @nuxtjs/auth-next for that purpose). Then they move to a secure page that only authentic...
Javanese asked 12/11, 2021 at 15:39
1

© 2022 - 2024 — McMap. All rights reserved.