Nico Domino

Results 576 comments of Nico Domino

Do you still plan on "backporting" this for v4? I think with that recent "always set UUID to fallback `user.id`" PR in core, this could basically be good to go...

Hey folks, sorry about this, we've just shipped a little fix in `@auth/[email protected]` which takes the sveltekit exported base path into account. - You'll have to install that version of...

> When using this new `hooks.server.ts` file with the latest `@auth/sveltekit` package: > > ``` > import { SvelteKitAuth } from "@auth/sveltekit"; > import Google from "@auth/sveltekit/providers/google"; > > export...

We're looking into it in #10117 if anyone wants to participate there atm

> Technically this is not true. You *can* use full/external URLs if you also modify the `redirect()` callback. > > Which by default only allows relative URLs, or full URLs...

@MrOxMasTer do you mean how do you use this new feature? Or `next-auth` in general? For `next-auth` in general, first of all, you do not need to install `@auth/core` any...

@MrOxMasTer you'd be surprised where people ask what :joy: Anyway, sorry about that! So yeah the `CredentialsSignin` error class seems to only be exported from `@auth/core/errors` at the moment, which...

@MrOxMasTer the changes have been merged to `main`. You can now import `CredentialsSignin` from `next-auth`, for example.

@ccyen8358 hmm interesting, so I can't htink of any other way to solve it currently. Other than adding an additional custom error class designed to be extended from for this...

@sjoukedv hmm okay so we auto detect the basePath based on VERCEL_URL (among other things), so if that's available even in dev too, like you've set it yourself there, then...