Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
54 views

I’m integrating Microsoft Entra ID authentication using Auth.js / NextAuth v5 (beta) with Next.js 15, but after clicking Sign in, I get the following error screen: Access Denied You do not have ...
2 votes
0 answers
90 views
+50

I’m integrating Okta as an OIDC provider in a Next.js (App Router) application using NextAuth.js. My setup is standard: I use the well-known endpoint, client ID/secret, and the recommended scopes (...
-1 votes
1 answer
39 views

On sign-in, NextAuth sets a cookie next-auth.callback-url which points to the page where you were going when the login kicked in, even if its URL is protected in your matcher. On sign-out it goes back ...
0 votes
1 answer
57 views

I’m using a Turborepo monorepo with a Next.js 15 App Router project (apps/web) and a shared packages/types package that contains my NextAuth module augmentation. However, TypeScript still gives this ...
-1 votes
1 answer
67 views

I am doing a project which will use Google Login in NextJs This is my setting in OAuth 2.0 and in amplify environment variables After I deployed the app and try to login It redirect me to http://...
0 votes
0 answers
57 views

I am trying to persist user data using PrismaAdapter with authjs. But getting following error. [auth][details]: {} [auth][error] SessionTokenError: Read more at https://errors.authjs.dev#...
0 votes
0 answers
116 views

We’re a small student-led open-source learning platform: "involutionhell" built by volunteers in our spare time. Our website uses NextAuth.js with a GitHub provider for authentication. ...
2 votes
0 answers
91 views

I'm using NextAuth with a custom backend in my Next.js app. When I refresh the page, two refresh requests are sent almost simultaneously. The first request correctly calls /auth/refresh and gets a new ...
0 votes
0 answers
86 views

I am developing an app in nextJS using next-auth for authentication. So far I only have Google as provider. The app is hosted using firebase hosting. Running the app in localhost works fine, but when ...
0 votes
0 answers
58 views

I have a Next.js frontend and NestJS backend. In the backend there is token generation with refresh token rotation logic, and I want to use the same tokens in the frontend with NextAuth setup. Here’s ...
-1 votes
1 answer
55 views

I have MongoDBAdapter as the adapter in my next-auth config, and I want to add a role to my user, so for that for that i made a next-auth.d.ts file, but it still shows me the error of type not ...
0 votes
0 answers
50 views

I have a Next.js v15.5 app directory frontend project with TypeScript and NextAuth v5 Beta. I have enabled the credentials provider from NextAuth, and everything works just fine locally, but in ...
0 votes
0 answers
88 views

I used next-auth@beta in my Next project. I also used credential provider to perform authentication against my database where it stores all the users in a MySQL table. Some basic information such as ...
sc1013's user avatar
  • 1,146
0 votes
0 answers
32 views

I am trying to create an app using the T3 stack. I am following the instructions in the T3 documentation which start by telling us to use the command npm create t3-app@latest. After doing that, we get ...
0 votes
1 answer
145 views

I’m using next-auth with the JWT session strategy and running into a problem with cookie size when storing multiple API tokens. Here’s my JWT callback: async jwt({ token, user }) { if (user) { ...

15 30 50 per page
1
2 3 4 5
...
146

AltStyle によって変換されたページ (->オリジナル) /