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
nilan
07/13/2017, 10:02 PM
you're probably using a
RS256
and not a
HS256
token
nilan
07/13/2017, 10:02 PM
we'll soon support RS256 tokens as well so at this point it's probably not worth it to switch to