Tiktok Auth sending client secret on login
Is this suited for github?
- [x] Yes, this is the link to github issue
Just follow the docs
Current vs. Expected behavior
Current behavior
returns
Expected behavior
client_secret should not be sent over
What version of Better Auth are you using?
1.3.8
Which area(s) are affected? (Select all that apply)
Client
https://github.com/better-auth/better-auth/blob/e15113737a5e7b524c188fe07305fc8f310464ce/packages/better-auth/src/social-providers/tiktok.ts#L139
Auth config (if applicable)
GitHub
Is this suited for github? Yes, this is suited for github To Reproduce Just follow the docs import { betterAuth } from "better-auth" export const auth = betterAuth({ socialProviders: { ti...
GitHub
The most comprehensive authentication framework for TypeScript - better-auth/better-auth