Personal IndieAuth instance https://auth.toby3d.me/
Go to file
Maxim Lebedev 98576889a2
🎨 Format of the source code
2023-08-05 08:50:16 +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 🎨 Format of the source code 2023-08-05 08:50:16 +06:00
locales 🧑‍💻 Added revision info in templates footer 2022-06-10 04:12:21 +05:00
vendor ⚗️ Use future slog package for logfmt middleware 2023-07-05 18:12:49 +06:00
web 🚚 Moved assets to web/static 2023-03-16 22:18:33 +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 ⚗️ Use future slog package for logfmt middleware 2023-07-05 18:12:49 +06:00
go.sum ⚗️ Use future slog package for logfmt middleware 2023-07-05 18:12:49 +06:00
main.go 🎨 Format of the source code 2023-08-05 08:50:16 +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.