Nico Domino

Results 576 comments of Nico Domino

We usually try to avoid adding additional options to providers other than `clientId` and `clientSecret`, but it looks like `identityProviderURL` is essential in this case, right? Because you can self-host...

@taminobaumann so I'm not super familiar with the whole web3/crypto space. Could you give me a high-level run down of how this works? My assumption is Walt.id somehow checks I...

`nextauthjs/next-auth` has been migrated to a monorepository. The docs code can now be found here under `packages/docs`. Thanks for your interest in the project!

@vHeemstra thanks for mentioning this! I've gone this route in my last side-project as well (See: [lib/prisma.js](https://github.com/ndom91/briefkasten/tree/main/src/lib/prisma.js)). With a `db.js`-like library file ```js /* /lib/prisma.js */ let prisma if (process.env.NODE_ENV...

I've setup a quick reproduction based on your API route code provided above and it seems to work for me. It will return `null` if you're unauthenticated. However, if you...

Okay, alternatively you can give our experimental `getServerSession` a try. Something like this: ```js import { getServerSession } from "next-auth/next"; import { authOptions } from './auth/[...nextauth]' export default async (req,...

> I can't seem to reproduce your issue. I tried running the action with only the GH_PAT and it is working without any errors (see the [test run](https://github.com/BetaHuhn/gh-repo-automation/runs/5190006293#check-step-4)). > >...

Also having the white page issue. Refreshing the page sometimes brings it back to the suspended marvelous suspender page, sometimes not. CPU doesn't go wild for me though. Extension: `7.1.6.2`...

@shubhank-saxena hey so I'm not able to reproduce this locally. My steps were: 1. Clone a completely fresh copy of the repository 2. Copy `.env.example` to `.env` 3. Setup the...

> Hey @ndom91, thank you for your response. I cleaned, installed everything and ran everything according to the above steps that you followed. But I am again getting the same...