Personal IndieAuth instance https://auth.toby3d.me/
Go to file
Maxim Lebedev ba25e69680
🐛 Parse 'scope[]' key from self-client request
2023-08-06 04:39:12 +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 🐛 Parse 'scope[]' key from self-client request 2023-08-06 04:39:12 +06:00
locales 🚸 Added more tips about application authorization flow 2023-08-06 04:38:36 +06:00
vendor :pin: upgraded and vendored dependencies 2023-08-05 08:50:52 +06:00
web 🚸 Added more tips about application authorization flow 2023-08-06 04:38:36 +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 more tips about application authorization flow 2023-08-06 04:38:36 +06: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.