Personal IndieAuth instance https://auth.toby3d.me/
Go to file
Maxim Lebedev 5848b18fe7
Merge branch 'master' into develop
2023-01-16 17:25:23 +06:00
assets 🙈 Ignore gzipped aassets generated by fasthttp 2022-01-29 22:53:08 +05:00
build/ci 👷 Removed already embedded assets upload in Drone config 2023-01-16 17:10:54 +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 🎨 Format auth HTTP delivery schema 2023-01-16 16:37:27 +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 🔧 Removed StaticURLPrefix config 2023-01-16 16:33:37 +06:00
.golangci.yml 🚨 Removed some linter warnings 2023-01-16 17:02:56 +06: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 🐛 Fixed 'env: expected a pointer to a Struct' error 2023-01-16 17:25:13 +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.