Go to file
Drew DeVault 49d8a14e7d Update README.md 2020-10-06 14:25:40 -04:00
auth Add OAuth client internal auth mechanism 2020-09-22 12:50:39 -04:00
client gofmt 2020-09-17 11:20:02 -04:00
config gofmt 2020-09-17 11:20:02 -04:00
crypto Add auth/token.go & support code in crypto.go 2020-09-12 14:36:55 -04:00
database Streamline database support code 2020-09-24 14:42:15 -04:00
model gofmt 2020-09-17 11:20:02 -04:00
redis Add Redis middleware 2020-09-14 11:18:54 -04:00
COPYING Initial commit 2020-05-19 10:16:54 -04:00
README.md Update README.md 2020-10-06 14:25:40 -04:00
directives.go Implement OAuth 2.0 bearer token w/scopes 2020-09-14 14:50:52 -04:00
email.go gofmt 2020-09-17 11:20:02 -04:00
go.mod Initial commit 2020-05-19 10:16:54 -04:00
go.sum Initial commit 2020-05-19 10:16:54 -04:00
server.go gofmt 2020-09-17 11:20:02 -04:00

README.md

gql.sr.ht

This is a support library which houses code common to each *.sr.ht GraphQL API implementation.

NOTICE: this library is obsolete and due to be deleted. See core-go instead.