~bigbes/core-go

ref: 1d24fef3e29dc2c200e47d83f0eb7dddc1a23afe core-go/auth/bearer.go -rw-r--r-- 1.7 KiB
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