diff --git a/content/posts/2019-03-30-hello-indieauth.md b/content/posts/2019-03-30-hello-indieauth.md new file mode 100644 index 0000000000000000000000000000000000000000..1c7546695bc44f44d5480cabab51fa224a367a26 --- /dev/null +++ b/content/posts/2019-03-30-hello-indieauth.md @@ -0,0 +1,22 @@ +--- +title: "Hello IndieAuth!" +description: "Setting up my IndieAuth provider for interacting with IndieWeb applications everywhere." +categories: +- announcement +- indieweb +- indieauth +tags: +- indieweb +- indieauth +license_code: Apache-2.0 +license_prose: CC-BY-NC-SA-4.0 +date: 2019-03-30T12:15:04 +slug: "hello-indieauth" +--- +With this post, I've now set up my site to expose [IndieAuth](https://indieweb.org/IndieAuth) configuration to all [IndieWeb](https://indieweb.org/why) applications. + +I had hoped that when it came to switching it on, it would be my own implementation, but unfortunately I've got too many other things going on to write my own IndieAuth server for now! So until then, I'm delegating to [IndieAuth.com](https://indieauth.com) to allow me to start to interact with IndieWeb applications that require a full authorization server, as well as those I could already log in with using [RelMeAuth](https://indieweb.org/relmeauth). + +This has taken a bit of priority, as in the last week I've found out about Aaron Parecki's [MicroSub](https://indieweb.org/Microsub) server, [Aperture](https://indieweb.org/Aperture), which will allow me to more easily keep up to date with my friends in and out of the indieweb, and more easily follow their posts. + +But longer term, this will make it easier for me to interact with more applications and hopefully build some of my own! diff --git a/permalinks.yml b/permalinks.yml index a919aa432b1f280ca468d249a8ce4c4390737009..d5109c397962f78d416c4937f2bd6833c89225c5 100644 --- a/permalinks.yml +++ b/permalinks.yml @@ -1,4 +1,5 @@ posts: +- https://www.jvt.me/posts/2019/03/30/hello-indieauth/ - https://www.jvt.me/posts/2019/03/29/pretty-printing-json-ruby/ - https://www.jvt.me/posts/2019/03/27/hello-indienews/ - https://www.jvt.me/posts/2019/03/24/datetime-hugo/