From dc7f0481b0e7aaa0b3af01996b9c002616367e50 Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Fri, 10 Jun 2022 14:44:58 +0500 Subject: [PATCH] :memo: Added README.md --- docs/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..34ce66e --- /dev/null +++ b/docs/README.md @@ -0,0 +1,5 @@ +# [auth.toby3d.me](https://auth.toby3d.me/) [![Build Status](https://drone.toby3d.me/api/badges/toby3d/auth/status.svg)](https://drone.toby3d.me/toby3d/auth) + +> [IndieAuth](https://indieauth.net/source/) personal instance. + +An attempt to implement my own server to authenticate and authorize third-party applications through [IndieWeb](https://indieweb.org/) sites on [Go](https://go.dev/). Based on the latest versions of the protocol standards and related batteries like [TicketAuth](https://indieweb.org/IndieAuth_Ticket_Auth) and [RelMeAuth](https://microformats.org/wiki/RelMeAuth). \ No newline at end of file