~bigbes/core-go

ref: 468752564125e79b5efdfff091d8886dc23e373a core-go/server/directives.go -rw-r--r-- 1.5 KiB
2d9a547c — Drew DeVault 4 years ago
auth: harden grants structure

This replaces the Access map with a data type whose default value does
not grant any permissions, so that it's more difficult to create an
insecure auth context by mistake.
590c9c42 — Drew DeVault 4 years ago
server: add @private directive glue code
8bd6005b — Drew DeVault 5 years ago
webhooks: initial prototype for GQL-native webhooks
52d6dc99 — Drew DeVault 5 years ago
Fix bug with internal authentication
7be038e7 — Drew DeVault 5 years ago
Make authorization errors more specific
1d2a30cb — Drew DeVault 5 years ago
Import GQL server interfaces from gql.sr.ht