Personal IndieAuth instance https://auth.toby3d.me/
Go to file
Maxim Lebedev 704765d804
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details
Merge branch 'hotfix/urlpath'
2023-01-17 00:19:59 +06:00
assets 🔥 Removed .gitignore from static assets 2023-01-16 18:11:20 +06: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 🐛 Fixed duplicating path join 2023-01-17 00:19:54 +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 duplicating path join 2023-01-17 00:19:54 +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.