~bigbes/core-go

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