Personal IndieAuth instance https://auth.toby3d.me/
Go to file
Maxim Lebedev 1c88d31dc2
All checks were successful
/ docker (push) Successful in 1m43s
🔥 Removed memory client repository
2024-05-15 17:01:33 +05:00
.gitea/workflows 🐳 Build and push docker container 2023-11-05 02:59:55 +06:00
build 🐳 Added SSL certificates for https client requests support 2023-11-23 22:25:39 +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 🔥 Removed memory client repository 2024-05-15 17:01:33 +05:00
locales 🚚 Moved Scope and Action enums into separated packages 2024-05-06 21:23:11 +05:00
tools/homepage 🧑‍💻 Created user domain page emulation tool 2023-12-06 00:27:16 +06:00
vendor :minus_sign: Removed goccy/go-json package 2024-05-07 00:44:17 +05:00
web 💄 Stabilize home template rendering 2024-05-08 15:44:13 +05:00
.golangci.yml 🔧 Allow q variable name for query 2024-05-07 00:45:16 +05:00
catalog_gen.go 🚸 Added more tips about application authorization flow 2023-08-06 04:38:36 +06:00
go.mod :minus_sign: Removed goccy/go-json package 2024-05-07 00:44:17 +05:00
go.sum 📌 Upgraded and vendored go modules 2024-05-06 16:50:41 +05:00
main.go 🚚 Moved variuos utils into util package 2024-05-07 00:42:52 +05:00
Makefile 🎨 Removed redundant PHONY in Makefile 2024-05-07 00:44:55 +05:00

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.