~bigbes/core-go

ref: cb5aee1b6993971dea2c90a62203bebd3f768468 core-go/auth/bearer.go -rw-r--r-- 2.4 KiB
8bd6005b — Drew DeVault 5 years ago
webhooks: initial prototype for GQL-native webhooks
1d24fef3 — Drew DeVault 5 years ago
auth: s/OAuth2Token/BearerToken/g

This also makes some tweaks to the organization of the crypto module to
make it easier for us to add more keys in the future, which will be
necessary for the internal token redesign.
f9731e15 — Drew DeVault 5 years ago
Various bug fixes per pages.sr.ht
bfc744fc — Drew DeVault 5 years ago
Add basic auth tests
1d2a30cb — Drew DeVault 5 years ago
Import GQL server interfaces from gql.sr.ht