Nico Domino

Results 576 comments of Nico Domino

@jdordoigne can you provide some more details about your use-case? What version of next-auth, your config, what provider(s) are you trying to signin with and are you using a db...

I'm going to close this PR and issue. This is not something that belongs in the GitHub provider by default imo. Obviously feel free to do as you wish in...

@GeorgeIpsum @zsilbi thanks for sharing. I think this might be due to some tsconfig or similar setting of yours though because the default configuration does work, for example in our...

Fixed up a few small things, but theres still a lingering build issue apparently. See the `Build` step output in this [job](https://github.com/nextauthjs/next-auth/actions/runs/9077752534/job/24943318763?pr=9953). Looks like it can't find the types imported...

Looks like there's a separate `@simplewebauthn/types` package that they publish which exports all the required types we needed

@balazsorban44 Xata had some larger issues, I updated the pkg and updated the affected types. Tested it with a Xata project manually and it all seems to work still :crossed_fingers:...

Some providers may potentially not return an Email (i.e. the Discord example you shared), but we should always return at least an empty string. If not, that's a bug in...

I would love to know if folks are still running into this issue with the latest releases (https://app.gitbutler.com/download). I'm able to reproduce the broken xdg-open behavior on my local machine...

Just wanted to mention here that it seems like this is a tauri-wide issue where the `xdg-open` bundled in from the build environment (Ubuntu 22.04 in our case from the...

If anyone is running into this still, I'd love some feedback on a recent build. It works for me on a bunch of distros I tested including: - My local...