mav
mav
CCConvex Community
Created by mav on 5/9/2024 in #support-community
Custom Auth integration with Privy
Understood, thank you for your help, Michael! Reaching out to their team.
7 replies
CCConvex Community
Created by mav on 5/9/2024 in #support-community
Custom Auth integration with Privy
In my ws I get "Could not parse as id token". In my Privy dashboard I have an endpoint like https://auth.privy.io/api/v1/apps/clvxzus1102hr132wssmha2tr/jwks.json but it doesn't work either, exact same behaviour and errors.
7 replies
CCConvex Community
Created by mav on 5/9/2024 in #support-community
Custom Auth integration with Privy
No description
7 replies
CCConvex Community
Created by mav on 5/9/2024 in #support-community
Custom Auth integration with Privy
To add more context, I'm following the debugging steps and I get the Authenticated status in my browser with the correct token. The JWT decoder looks correct as well, it all matches with the Settings > Authentication menu in Convex. My authConfig:
const authConfig = {
providers: [
{
domain: 'https://privy.io',
applicationID: 'clvxzus1102hr132wssmha2tr',
},
],
};
const authConfig = {
providers: [
{
domain: 'https://privy.io',
applicationID: 'clvxzus1102hr132wssmha2tr',
},
],
};
7 replies