Hi, I am configuring a graphcool-framework project...
# orm-help
s
Hi, I am configuring a graphcool-framework project but i would like not to use a graphcool function for the authentication but something on another node server that i manage. That's all fine except one small thing: https://github.com/prismagraphql/templates/blob/master/auth/auth0/src/auth0Authentication.js#L110 how can i build a token without generateNodeToken? because I have no
event
like the one that gc function gives.