~bigbes/core-go

ref: bbb9e45c5d637da2c4df9e5d423e234f570222c6 core-go/crypto/crypto.go -rw-r--r-- 2.8 KiB
20be483e — Conrad Hoffmann 9 months ago
Don't uppercase error messages
e4b0261f — Drew DeVault 1 year, 6 months ago
Export webhooks public key via api-meta.json
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.
900693b8 — Drew DeVault 5 years ago
crypto: harden API surface

Make it explicit that expiration is not being tested with Decrypt, and
test that the expiration is meaningful with DecryptWithExpiration.
af2afebd — Drew DeVault 5 years ago
Add legacy webhooks worker implementation
a9e49d17 — Drew DeVault 5 years ago
Overhaul crypto module

Part 1 of merging gql.sr.ht with core-go