-
Notifications
You must be signed in to change notification settings - Fork 4k
providers: Add huggingface #12884
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
providers: Add huggingface #12884
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@coyotte508 is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, just 1 comment to simplify the default configuration.
btw, could u also update https://github.com/nextauthjs/next-auth/blob/main/docs/pages/data/manifest.json with this new provider? Thanks for the contribution!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12884 +/- ##
==========================================
- Coverage 39.55% 39.26% -0.30%
==========================================
Files 199 200 +1
Lines 31410 31644 +234
Branches 1379 1380 +1
==========================================
Hits 12425 12425
- Misses 18985 19219 +234 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
☕️ Reasoning
Add the Hugging Face provider. We already use NextAuth internally in https://endpoints.huggingface.co, and now some of our partners use NextAuth to integrate with Hugging Face.
So we want to make Hugging Face a built-in provider :)
See https://huggingface.co/spaces/huggingfacejs/inference-widgets/blob/main/packages/widgets/src/hooks.server.ts#L28 for a public existing use of NextAuth with Hugging Face.
🧢 Checklist
🎫 Affected issues
📌 Resources