~bigbes/core-go

ref: cdb177bb249b37f2d835be74bc2b45a2020e5303 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