So… Auth0 tokens are by default encoded using RS25...
# prisma-whats-new
p
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?
The only way I found is to convert the token using a custom service.
a
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.
However, with the Schema Extensions, you can also build your Auth0 authentication with Graphcool using RS256 tokens
p
There are no “Schema Extensions” anywhere on the console. They are only mentioned in the docs.
a
You need to be part of the beta to use them. Please drop a line here: https://www.graph.cool/forum/t/feedback-schema-extensions-beta/405
p
The author suggests that anyone who wants to participate should send him a PM, but I cannot seem to be able to send a PM to anyone.