Go to file
Drew DeVault 1d24fef3e2 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.
2021-07-29 10:37:48 +02:00
.builds .builds/alpine.yml: tune verbosity down 2020-10-06 14:26:32 -04:00
auth auth: s/OAuth2Token/BearerToken/g 2021-07-29 10:37:48 +02:00
client client: add config option to override API origin 2020-12-04 10:27:24 -05:00
cmd/token auth: s/OAuth2Token/BearerToken/g 2021-07-29 10:37:48 +02:00
config Various bug fixes per pages.sr.ht 2021-02-17 13:08:34 -05:00
crypto auth: s/OAuth2Token/BearerToken/g 2021-07-29 10:37:48 +02:00
database database: panic on errors from Commit/Rollback 2021-05-17 08:18:48 -04:00
email Encrypt outgoing emails 2020-11-14 12:52:33 -05:00
model crypto: harden API surface 2021-01-07 09:38:30 -05:00
redis Expand context for work queues 2020-10-09 10:53:27 -04:00
server Fix bug with internal authentication 2020-12-03 08:33:17 -05:00
webhooks database.WithTx: rollback if func returns error 2020-11-26 10:49:11 -05:00
.gitignore Initial commit 2020-08-20 09:59:23 -04:00
LICENSE Initial commit 2020-08-20 09:59:23 -04:00
README.md README.md: add build badge 2020-10-10 11:28:51 -04:00
go.mod Update go-bare 2021-02-27 15:25:25 -05:00
go.sum Update go-bare 2021-02-27 15:25:25 -05:00
placeholder.go Initial commit 2020-08-20 09:59:23 -04:00

README.md

This repository contains code shared among all Go sr.ht projects. For instructions on deploying or contributing to this project, visit the manual here:

https://man.sr.ht/installation.md

builds.sr.ht status