mirror of
https://git.sr.ht/~sircmpwn/core-go
synced 2024-10-07 16:48:33 +02:00
No description
0d6031bec5
Instead of hardcoding some exceptions in the auth middleware, use a different routing group for routes that do not require auth. Makes the auth middleware more generic and also removes a lot of unneccessary middleware processing from routes that don't need it. For now, the added group is not accessible from outside the module, but if the need arises, this might be an option. |
||
---|---|---|
.builds | ||
auth | ||
client | ||
cmd/token | ||
config | ||
crypto | ||
database | ||
model | ||
redis | ||
s3 | ||
server | ||
valid | ||
webhooks | ||
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
placeholder.go | ||
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: