-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth/neon-adapter is not currently in the npm registry #12506
Comments
Yes, you are right I hope you understand the reason. The only thing we can do is wait until its first release or get in touch with a maintainer of the auth.js ecosystem. |
I found out that Neon documentation provides an integration guide for |
Since someone thumbs-downed the last comment, figured I'd add my own two cents. The integration guide linked worked for me as well, just use a bit of common sense on what you need for your project. For example, I didn't actually need the Resend integration, the todo's or associated code, or the API handler setup. Also noteworthy that I didn't globally configure the pool outside the request handler, per Auth.js recommendations. So, really, just |
For anyone else blocked on this: I ended up copying the single index.ts file from the source to my project with a TODO. Once it's released, I can just install the npm package and remove the copied source code. Takes 2 mins and does the job. |
@peterbakonyi05, I wouldn't recommend that approach. If you want to use the neon-adapter, All that said, once again the |
What is the improvement or update you wish to see?
Just wanted to make it known that the npm package auth/neon-adapter is not currently in the npm registry.
Is there any context that might help us understand?
I was trying to set up my auth.js with neon and found auth/neon-adapter in the docs, but it's inactive.
Does the docs page already exist? Please link to it.
https://authjs.dev/getting-started/adapters/neon
The text was updated successfully, but these errors were encountered: