You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a `node.js` module available through npm registry. Installation can be done using npm or yarn.
48
+
49
+
```bash
50
+
$ npm install @antstackio/express-graphql-proxy
51
+
52
+
$ yarn add @antstackio/express-graphql-proxy
53
+
```
54
+
55
+
## Philosophy
56
+
57
+
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 help in bootstrapping a middleware proxy server that makes it easy to implement RBAC without loosing the fun in using graphql from the client.
0 commit comments