Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
13 views

How to prevent gtm sensetive data sending?

I`ve got Nuxt 2 + nuxt-gtm and there is a problem I`ve got oauth2 scheme of auth and when login user returning to /callback page with query like code=some_code&state=some_state How to prevent ...
Georgiy Eclegend's user avatar
0 votes
0 answers
42 views

Nuxt 3 Supabase - 500 auth Session missing

I am trying to integrate Supabase Github OAuth with Nuxt 3 but I am having an error "500 auth session missing" and it's very slow! The server middleware causing the Error: (user.ts) import {...
Daly's user avatar
  • 285
0 votes
0 answers
24 views

Can't build a dynamic link on nuxt 3

I need to create a link like this for password-reset http://localhost:3000/password-reset/d866f5fa974450aabc5fe0943d7266c6659f43e28f1a7a3cda94957374e55974?email=ospreystudio2020@gmail.com I compiled ...
Vadim Yanyushkin's user avatar
1 vote
1 answer
31 views

Supabase oauth redirectUrl not working | Nuxt 3

I'm trying to set up authentication in Supabase using GitHub OAuth. The issue is that after clicking the login button, nothing happens! when I try to access a restricted link I am redirected to the ...
Daly's user avatar
  • 285
0 votes
0 answers
55 views

How to remove next-auth callbackUrl and error query parameter from url

I'm working with Nuxt and I'm trying to implement Credentials provider authentication with next-auth (version 4.21.1) and @sidebase/nuxt-auth (version 0.7.2). I setup a custom sign-in page and I got a ...
Panagiotis's user avatar
0 votes
0 answers
17 views

How do Nuxt Published modules import helper functions from a previously imported published module?

How do "published" modules import helper functions from a previously imported published module? The docs say: Published modules cannot leverage auto-imports for assets within their runtime ...
navanjr's user avatar
  • 588
0 votes
0 answers
111 views

Problem with Nuxt Authentication in Production

I am trying to deploy a nuxt application in a server. The server uses nginx and acts as proxy to localhost. Everything seems fine, I can already access the appliaction with the domain of the server ...
Ginja9975's user avatar
0 votes
2 answers
55 views

Laraval Santcum 419 "CSRF token missmatch" error with nuxt

I have an application with a Laravel backend using Sanctum. For the frontend, I use Nuxt3 with nuxt-auth-sanctum. When I run the frontend and backend on my local machine, everything works fine, and I ...
rainer_w's user avatar
0 votes
0 answers
198 views

sidebase/nuxt-auth refresh token does not work well

Project Context: I have a project using Nuxt 3, and I have integrated the sidebase/nuxt-auth module for authentication. Detailed Description: I have successfully installed and configured the sidebase/...
Ondřej's user avatar
  • 11
1 vote
0 answers
141 views

Nuxt 3: Is it possible to pass custom parameters to useFetch?

TL;DR: is there ny way to pass custom parameters to useFetch? I was passing them to "query/params", but that's given me some problems I'm now trying to solve. Explanation: I'm working on ...
lmc3s3f0r's user avatar
0 votes
0 answers
73 views

Nux 3 sidebase auth with AppleProvider fix redirect

Is there a way to successfully log in with the AppleProvider using sidebase auth (Next Auth). Here is my nuxt.config.ts auth: { baseURL: process.env.AUTH_ORIGIN, globalAppMiddleware: true, ...
Almir Pehlivanović's user avatar
0 votes
0 answers
39 views

User is not redirecting to the dashboard after the keycloak login with Nuxt V2.17.3 and Nuxt Auth V5

I'm currently working on a bit old project with Nuxt V2.17.2. I need to integrate the login flow with Keycloak V21.1.2. But after user logged In using Keycloak, Its not redirecting to the dashboard ...
Hashan94's user avatar
  • 115
0 votes
1 answer
658 views

Issues with Access Token Retrieval and Validation in Nuxt 3 Application using Sidebase Nuxt-Auth with Keycloak

I'm currently developing a Nuxt 3 application and have integrated authentication using Sidebase's Nuxt-Auth module with Keycloak as the identity provider. The authentication flow works as expected, ...
kSp's user avatar
  • 304
0 votes
0 answers
19 views

Sends a personalised error message from the back-end to the front-end with Nuxt-auth

Depending on the error in my back-end, I would like to display the corresponding error in my front-end, for example if an email address or a pseudo is already use in my DB (I work with nuxt-auth local ...
Stannox's user avatar
0 votes
1 answer
322 views

Nuxt/Auth-Next Redirect after Login and Logout Not Working

I've been using @nuxtjs/auth-next package for a certain pages of my project. Here are my nuxt auth configurations... strategies: { policies: { scheme: 'local', ...
Yasin Demirkaya's user avatar

15 30 50 per page
1
2 3 4 5
12