Building Serverless RBAC Middleware for GraphQL Services
There are services that provide GraphQL endpoints over http leaving the developer to come up with their own mechanism for authorisation and controllings permission for the access of resources. This library helps in bootstrapping a middleware proxy server that makes it easy to implement RBAC without losing the fun in using GraphQL from the client.