FalconiZzare
FalconiZzare
Explore posts from servers
BABetter Auth
Created by FalconiZzare on 3/11/2025 in #help
User agent update
User agent is being set to "okhttp/4.9.2" when using the below Google Sign in method with an existing idToken in expo
const data = await authClient.signIn.social({
provider: "google",
idToken: {
token: // Google ID Token,
accessToken: // Google Access Token
}
})
const data = await authClient.signIn.social({
provider: "google",
idToken: {
token: // Google ID Token,
accessToken: // Google Access Token
}
})
Anyway to send the actual userAgent along with the request instead of calling a custom API to manually update the userAgent?
7 replies
BABetter Auth
Created by FalconiZzare on 3/10/2025 in #help
Google Social Sign with idToken
No description
4 replies
KPCKevin Powell - Community
Created by FalconiZzare on 9/17/2023 in #ui-ux
Side Bar Shape
No description
2 replies