Personal IndieAuth instance https://auth.toby3d.me/
Go to file
Maxim Lebedev fb93202373
🎨 Replaced empty interfaces to any
2023-01-16 16:29:40 +06:00
assets 🙈 Ignore gzipped aassets generated by fasthttp 2022-01-29 22:53:08 +05:00
build/ci :pin: Changed Go version in go.mod and CI config 2023-01-16 15:00:24 +06:00
docs 📝 Added README.md 2022-06-10 14:44:58 +05:00
init 🔧 Use environment variables file in systemd service config 2023-01-16 16:13:18 +06:00
internal 🎨 Replaced empty interfaces to any 2023-01-16 16:29:40 +06:00
locales 🧑‍💻 Added revision info in templates footer 2022-06-10 04:12:21 +05:00
vendor :pin: Upgraded and vendored go modules 2023-01-16 15:25:08 +06:00
web 🎨 Format template files 2023-01-16 16:19:22 +06:00
.golangci.yml 🚨 Fixed linters warnings 2022-03-25 23:07:52 +05:00
Makefile 🧑‍💻 Removed main.go path in make all script 2022-06-10 14:11:35 +05:00
catalog_gen.go 🧑‍💻 Added revision info in templates footer 2022-06-10 04:12:21 +05:00
go.mod :pin: Upgraded and vendored go modules 2023-01-16 15:25:08 +06:00
go.sum :pin: Upgraded and vendored go modules 2023-01-16 15:25:08 +06:00
main.go 🔧 Enable pprof by default for now 2023-01-16 16:12:24 +06:00

docs/README.md

auth.toby3d.me Build Status

IndieAuth personal instance.

An attempt to implement my own server to authenticate and authorize third-party applications through IndieWeb sites on Go. Based on the latest versions of the protocol standards and related batteries like TicketAuth and RelMeAuth.