Questions tagged [nuxt-auth]

187 questions
0
votes
1 answer

431 request header fields too large - Nuxt auth with Azure active directory federation

I'm trying to add authentication for the nuxt application through IDP federation with azure AD. basically nuxt auth calls to Azure B2C tenant and it federate to the Azure AD. The process as follows. Nuxt Auth -> Azure B2C -> Azure AD (Federated…
0
votes
1 answer

Axios interceptor not working when extending Nuxt Auth plugin

I have a Axios plugin like so: export default function ({ $axios, $auth }) { $axios.interceptors.request.use((req) => { req.data = { data: { // some data } } console.log('auth: ', $auth) return req }) …
Peter Boomsma
  • 8,851
  • 16
  • 93
  • 185
-1
votes
1 answer

How to not delete cookie on closing the browser vuejs + nuxt?

Currently the browser automatically deleting cookies on closing. But I want to keep the cookies until logout. How can I do that in nuxt ?
Midhun Babu
  • 119
  • 1
  • 10
-1
votes
1 answer

Nuxt3 with Nuxt-auth v5 works?

Can I use Nuxt-auth v5 (https://auth.nuxtjs.org/) with Nuxt3 (https://v3.nuxtjs.org/) and Vue3 ? I'm trying to use this.$auth.loginWith() function of Nuxt-auth but i get an error like this.$auth is undefined. Also, nuxt config files are written in…
-1
votes
1 answer

Nuxt Auth Refresh token - failed authentication

I use @nuxtjs/auth-next and I must have a configuration problem but I tried multiple configurations without success. I used this example for the server part https://github.com/cornflourblue/node-mongo-signup-verification-api. Here is my current…
jaribu
  • 115
  • 1
  • 11
1 2 3
12
13