Remote Authorization Hooks

From my understanding this would cripple speed of authorization. As authorization rules have to run on every request. I think with upcoming Implement custom JS resolvers in GraphQL you could do a fetch to an external source on a pre hook using the JWT. But again, that requires more network traffic and latency which does slow down the entire chain.

1 Like