Personal IndieAuth instance https://auth.toby3d.me/
Go to file
Maxim Lebedev 8fd01ab5f5
📌 Upgraded and vendored go modules
2023-11-02 00:35:38 +06:00
build/ci 👷 Update and format Drone CI config 2023-03-16 22:36:33 +06:00
docs ✏️ Removed build status from README.md 2023-08-06 06:22:33 +06:00
init 🔧 Use environment variables file in systemd service config 2023-01-16 16:13:18 +06:00
internal Replaced external slog package onto native one 2023-11-02 00:33:42 +06:00
locales 🍱 Regenerate client templates 2023-08-07 09:10:00 +06:00
vendor 📌 Upgraded and vendored go modules 2023-11-02 00:35:38 +06:00
web 🍱 Regenerate client templates 2023-08-07 09:10:00 +06:00
.golangci.yml 🚨 Allow self and golang devs dependencies 2023-08-07 09:11:00 +06:00
Makefile 🧑‍💻 Updated Makefile 2023-03-16 22:36:00 +06:00
catalog_gen.go 🚸 Added more tips about application authorization flow 2023-08-06 04:38:36 +06:00
go.mod 📌 Upgraded and vendored go modules 2023-11-02 00:35:38 +06:00
go.sum 📌 Upgraded and vendored go modules 2023-11-02 00:35:38 +06:00
main.go ♻️ Refactored main entrypoint and http endpoints schema 2023-08-07 09:08:44 +06:00

docs/README.md

auth

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.