graphql

Brian Abbott 2019-02-23T10:24:16.017400Z

Has anyone done Authorization in Lacinia?

domkm 2019-02-23T16:20:13.019Z

@briancabbott Yeah, it should work roughly the same way as any other GraphQL server library. Typical way is to store the current user in the context map and then resolvers check for authorization. Any number of abstractions can be built on top of that but that's the core idea.