Personal IndieAuth instance https://auth.toby3d.me/
Go to file
Maxim Lebedev 83b3b21c6b
🐛 Fixed empty application name on authorize page
2023-08-05 09:33:53 +06:00
build/ci 👷 Update and format Drone CI config 2023-03-16 22:36:33 +06:00
docs ✏️ Updated README.md 2023-03-16 22:40:02 +06:00
init 🔧 Use environment variables file in systemd service config 2023-01-16 16:13:18 +06:00
internal ✏️ Fixed linter name typo 2023-08-05 09:27:38 +06:00
locales 🐛 Fixed empty application name on authorize page 2023-08-05 09:33:53 +06:00
vendor :pin: upgraded and vendored dependencies 2023-08-05 08:50:52 +06:00
web 🐛 Fixed empty application name on authorize page 2023-08-05 09:33:53 +06:00
.golangci.yml 🚨 Exclude selfhost packages in depguard linter 2023-07-07 05:12:27 +06:00
Makefile 🧑‍💻 Updated Makefile 2023-03-16 22:36:00 +06:00
catalog_gen.go 🧑‍💻 Added revision info in templates footer 2022-06-10 04:12:21 +05:00
go.mod :pin: upgraded and vendored dependencies 2023-08-05 08:50:52 +06:00
go.sum :pin: upgraded and vendored dependencies 2023-08-05 08:50:52 +06:00
main.go :pin: upgraded and vendored dependencies 2023-08-05 08:50:52 +06:00

docs/README.md

auth Build Status

Personal IndieAuth server.

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.