Async GraphQL with Rust: Part Three
Prove the identity of your caller with JWT token authentication, and decide what actions they can take on which resources with authorization rules by Oso.

Prove the identity of your caller with JWT token authentication, and decide what actions they can take on which resources with authorization rules by Oso.
An overview of SeaORM and async-graphql including data models and querying, GraphQL schemas and resolvers, and handling HTTP requests with auth context.
An Introduction to the Rust ecosystem and a collection of libraries that empower developers to build production-ready server applications with GraphQL.
My quest has brought me to the lofty peaks of PostGraphile and GraphQL Code Generator, and today I'm ready to wire in my Create React App-based front-end!
I've been on a quest to make it easier to use GraphQL in a reliable and high-performance way using Node and TypeScript. I tried a number of different approaches, and I'm forging ahead with PostGraphile and GraphQL Code Generator.