Personal IndieAuth instance https://auth.toby3d.me/
Go to file
Maxim Lebedev 9650b6b966
Go / build (push) Failing after 5m11s Details
👷 Created Gitea Action configuration
2023-08-06 06:45:05 +06:00
.gitea/workflows 👷 Created Gitea Action configuration 2023-08-06 06:45:05 +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 🐛 Fixed error messages on self-client callback page 2023-08-06 06:42:23 +06:00
locales 🚸 Added more tips about application authorization flow 2023-08-06 04:38:36 +06:00
vendor 🐛 Fixed Scopes domain parsing 2023-08-06 05:59:06 +06:00
web 🎨 Format templates source code 2023-08-06 06:42:38 +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 🐛 Fixed Scopes domain parsing 2023-08-06 05:59:06 +06:00
go.sum 🐛 Fixed Scopes domain parsing 2023-08-06 05:59:06 +06:00
main.go 🧑‍💻 Use in-memory repositories by default 2023-08-06 06:43:02 +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.