~bigbes/core-go

ref: 64b8e7410b630b033f549e6fb9eeb8ea36c4ff94 core-go/auth/bearer_test.go -rw-r--r-- 2.3 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.
bfc744fc — Drew DeVault 5 years ago
Add basic auth tests