anybody run into this: Error: GraphQL error: The p...
# prisma-whats-new
g
anybody run into this: Error: GraphQL error: The provided idToken is invalid. Please see https://auth0.com/docs/tokens/id_token for how to obtain a valid idToken at new ApolloError (ApolloError.js:32) at QueryManager.js:119 at <anonymous>
n
you're probably using a
RS256
and not a
HS256
token
we'll soon support RS256 tokens as well so at this point it's probably not worth it to switch to
HS256
in your app 🙂
❤️ 1