Personal IndieAuth instance https://auth.toby3d.me/
Go to file
Maxim Lebedev 8bc3a67281
/ docker (push) Successful in 1m55s Details
Merge branch 'bugfix/code_challenge_method' into develop
2023-12-06 00:33:56 +06: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 🐛 Fixed optional code_challenge_method parameter parsing 2023-12-06 00:33:50 +06:00
locales 🍱 Regenerate client templates 2023-08-07 09:10:00 +06:00
tools/homepage 🧑‍💻 Created user domain page emulation tool 2023-12-06 00:27:16 +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 ✏️ Changed environment variables prefix 2023-11-06 04:53:35 +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.