-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
refactor(tiktok): Update TikTok provider configuration with custom Fetch #12168
Conversation
- Added custom fetch
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@DewinU is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12168 +/- ##
=======================================
Coverage ? 39.15%
=======================================
Files ? 191
Lines ? 29979
Branches ? 1297
=======================================
Hits ? 11738
Misses ? 18241
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Looking forward to this update! |
@@ -153,13 +155,15 @@ export interface TiktokProfile extends Record<string, any> { | |||
* - [TikTok app console](https://developers.tiktok.com/) | |||
* - [TikTok login kit documentation](https://developers.tiktok.com/doc/login-kit-web/) | |||
* - [Avaliable Scopes](https://developers.tiktok.com/doc/tiktok-api-scopes/) | |||
* - [Sandbox for testing](https://developers.tiktok.com/blog/introducing-sandbox) |
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.
This is huge! 🤯 Finally!
Amazing, thank you @DewinU! |
☕️ Reasoning
fetch
#11975🧢 Checklist
🎫 Affected issues
📌 Resources
Video Demostration
https://youtu.be/M-PCU-e8IGI?si=uunGbOxhNXIRlnXT
Custom Provider
You dont really need to wait for this PR to be merged, if you already need the Tiktok Provider on your application, you can set it up as a custom provider
and then add it at your list of providers
Any feedback will be greatly appreciated.