Hey everyone. I'm still struggling to have a decent integration between auth0 and graphcool.
tl;dr : auth0 is great for user mgmt. It provides authentication and it's very easy to implement authorization as well. graphcool is a very cool solution for 'serverless' applications. It seems to have good integration with auth0, but the authorization system (and it's permission queries) don't integrate well. The fundamental question is: how to integrate authorization info from a JWT (http authorization header) in the permission system of graphcool? (I'd expect the http
authorization header to be exposed in the
permission queries of graphcool but they aren't, which is extremely weird to me).
see also:
https://github.com/graphcool/framework/issues/251
https://github.com/graphcool/framework/issues/137