So… Auth0 tokens are by default encoded using RS256, but Graph.cool does not seem to support it. Exactly how are we supposed to use Auth0 with Graph.cool?
proteus
09/17/2017, 7:35 PM
The only way I found is to convert the token using a custom service.
a
agartha
09/17/2017, 8:21 PM
Auth0 still supports HS256 tokens. You need to set that in the settings at Auth0 though, disable OIDC conformance too and make sure you're not setting the audience for the token in your client. Then Auth0 uses HS256.
agartha
09/17/2017, 8:21 PM
However, with the Schema Extensions, you can also build your Auth0 authentication with Graphcool using RS256 tokens
p
proteus
09/18/2017, 8:03 PM
There are no “Schema Extensions” anywhere on the console. They are only mentioned in the docs.