Graph.cool is complaining about an invalid JWT whi...
# prisma-whats-new
c
Graph.cool is complaining about an invalid JWT which was obtained through the Auth0 plugin. But I can verify it on jwt.io when I paste the
Public Key
in the Verify Signature (generated via
lokey
and the JSON Web Key Set endpoint for my client). What gives?
To note, I am solely using the
google-oauth2
Social Connection.
Turns out it was the signing algorithm: https://github.com/graphcool/graphcool/issues/145