Aaron Parecki

  • Articles
  • Notes
  • Photos
  • WebSub and IndieAuth Published on w3.org!

    January 23, 2018

    Today, we published the last of the two W3C specs I am editing! WebSub was published as a W3C Recommendation, and IndieAuth was published as a Working Group Note.

    WebSub

    WebSub is a standardized way for publishers to notify subscribers when new content is available. It was formerly known as PubSubHubbub, which was hard to say, so I'm glad we renamed it. 

    https://www.w3.org/TR/websub/

    One of our goals with WebSub was to ensure that existing PubSubHubbub implementations would still be compliant, so there are already lots of implementations in the wild! If you're publishing content online, want to receive realtime updates when feeds are updated, or are building a tool to facilitate either of these, WebSub is a great fit! You can use the tool at websub.rocks while building your implementation to get immediate feedback!

    Thanks to everyone who contributed to the spec, and especially my co-editor Julien!

    IndieAuth

    IndieAuth is an identity layer on top of OAuth 2.0, and used by Micropub clients. Micropub was published as a W3C Recommendation in May of last year. Today, IndieAuth was published as a W3C Working Group Note. 

    https://www.w3.org/TR/indieauth/

    The Social Web Working Group did not set out with the goal to standardize any sort of authentication mechanism, but since almost all of the Micropub implementations already supported the same mechanism, we decided to publish a "Note" to that effect. (The Micropub implementations that don't use IndieAuth use hard-coded tokens as a shortcut.) Notes are quite different from Recommendations in the eyes of the W3C, as described by this sentence: "The publication of a NOTE by the Consortium implies no endorsement of any kind." The goal of publishing this Note was to capture the current state of interoperable implementations.

    One of the things I like most about the W3C standardization process is that specs are published after they describe things that are working, rather than published as an aspirational blueprint. We kind of pushed that definition to an extreme with IndieAuth, since there have been live interoperable IndieAuth implementations for several years now. Previously, I had written up several guides for how to implement the various roles in the IndieAuth flow, but never written it down as its own spec. The guides were certainly useful, as was clearly demonstrated by the fact that people were following them to build out various parts of the ecosystem. But there is also a need for a spec to lay things out and remove any ambiguities along the way.

    Thanks to everyone who helped iron out the details of the language in the spec! We made a lot of good progress over the last few months!

    What's Next?

    So with these two specs published today, we've taken quite a lot of the IndieWeb building blocks through the W3C process!

    • Webmention - enables direct site-to-site commenting and other interactions
    • Post Type Discovery - once you receive a Webmention, this algorithm helps your site know what to do with the contents
    • Micropub - enables apps to create content on a website
    • WebSub - enables real-time subscriptions to web pages and feeds
    • IndieAuth - a way to log in to sites with your domain name, and allow Micropub apps to post to your site
    • jf2 - a post serialization format used by some Webmention services and other tools

    So here's a few specs and tools that I'm working in the immediate future:

    IndieAuth test suite - Like webmention.rocks, micropub.rocks and websub.rocks, I plan to make a tool that will help test your IndieAuth implementation. It will do things like throw tricky situations at your client to ensure you're handling the edge cases properly.

    Finally finish renaming indieauth.com - I never should have called it that, since it's doing two completely separate things. You can read about the details here.

    Microsub - Microsub is currently an early draft spec. The goal of Microsub is to do for reader interfaces what Micropub did for publishing interfaces. A Microsub server provides a standardized API that reader clients can use to show content. This will help make developing IndieWeb readers a lot easier, and also allows you to keep your subscription list in a server that you control rather than letting the reader own the list.

    Monocle - Monocle is my Microsub implementation. It subscribes to feeds and presents a them as a Microsub server so that I can use any Microsub client to view everything. There's still a lot of work ahead for me here, but it's my goal to finally stop using IRC as a reader by getting Monocle to the point of being functional enough to cover all my use cases.

    As always, you can help me and the rest of the IndieWeb out by adding support for any of these specs on your own website! We are always excited to welcome new people to the IndieWeb chat if you have any questions!

    Portland, Oregon • 47°F
    #websub #indieauth #w3c #standards
    Tue, Jan 23, 2018 6:28pm -08:00
    22 likes 23 reposts 1 bookmark 7 replies 5 mentions
    • Ryan Barrett
    • Marty McGuire
    • Sebastian Lasse ن
    • Golden Unicorn
    • okTurtles @okTurtles@mastodon.social
    • Bret Comnes
    • Hugh Isaacs II 🇺🇸
    • Matthias Pfefferle
    • IndieWebCamp
    • jalbertbowdenii
    • W3C Social Web WG
    • yamlfeed
    • JF2 Feeds
    • repeat
    • Pelle Wessman
    • Stefan Auditor
    • Ben Roberts
    • Philip Sheldrake
    • John Samuel
    • AJ Jordan
    • Peter fredericks
    • John Evdemon
    • AJ Jordan
    • John Samuel
    • Digital Life Collec.
    • Microformats JSON 2
    • Pelle Wessman
    • JF2 Feeds
    • yamlfeed
    • Ben Roberts
    • IndieAuth
    • Webmention Rocks
    • IndieWebCamp
    • 100 Days of IndieWeb
    • IndieWeb Summit
    • Dora
    • OAuth 2.0
    • Micropub
    • W3C Social Web WG
    • Florian Weil
    • Jason Garber
    • okTurtles @okTurtles@mastodon.social
    • Sebastian Lasse ن
    • Sven
    • IndieWebCamp
    • Kevin Marks
    • Kevin Marks www.kevinmarks.com
      #indieweb @kevinmarks: the beaker browser is at beakerbrowser.com and Fritter is at github.com/beakerbrowser/…
      Wed, Jan 24, 2018 6:51pm +00:00 (via brid-gy.appspot.com)
    • solari micro.blog/solari

      @aaronpk WebSub stoked my curiousity, so I tried both Wordpress plugins for it but neither seem to support discovery per the websub.rocks publisher test. Wondering if that's typical (i.e. we have to manually edit templates to include discovery links) or it's just my set-up?

      Tue, Jan 23, 2018 8:04pm -08:00
    • solari micro.blog/solari

      @aaronpk Will do! Was wondering where I'd do just that. Thanks. P.S. Major props on your #openweb annoucements, am stoked to see this.

      Wed, Jan 24, 2018 10:49am -08:00
    • solari micro.blog/solari

      @pfefferle I did use that and the other WebSub plugin - both did not support discovery per the websub.rocks publisher test, that's why I'm curious if there's something else I need to tweak on my end.

      Wed, Jan 24, 2018 12:29pm -08:00
    • pfefferle micro.blog/pfefferle

      @solari this plugin adds everything automatcally wordpress.org/plugins/p... for every feed. If you want to also support your (microformatted) main page, please also use github.com/pfefferle...

      Wed, Jan 24, 2018 12:29pm -08:00
    • pfefferle micro.blog/pfefferle

      @solari no, only install it... after installation, you can try this URL alongtheray.com/blog/feed...

      Wed, Jan 24, 2018 12:44pm -08:00
    • solari micro.blog/solari

      @pfefferle Still no go -- upon reactivating this plugin and testing at websub.rocks, it reports "Both a self and hub value are required. We didn't find a hub value on your page, but we did find a self. Ensure your page has either HTTP Link headers or HTML or XML <link> tags indicating your hub and self URLs. See Discovery for more information."

      Wed, Jan 24, 2018 7:44pm -08:00

    Other Mentions

    • Aaron Parecki aaronparecki.com
      First Quarter 2018 in Review
      Sun, Apr 1, 2018 4:42pm -07:00
    • @baldur@toot.cafe www.baldurbjarnason.com
      “WebSub and IndieAuth Published on w3.org!” aaronparecki.com/2018/01/23/34/…
      Thu, Jan 25, 2018 1:05am +00:00 (via brid-gy.appspot.com)
    • Aaron Parecki aaronparecki.com
      Two exciting #openweb announcements today!

      🎂 We're celebrating 1 million webmentions! https://snarfed.org/1-million-webmentions

      🎉 Our @W3C WebSub REC and IndieAuth NOTE were just published! https://aaronparecki.com/2018/01/23/34/w3c-websub-indieauth
      Wed, Jan 24, 2018 10:30am -08:00
    • www.kevinmarks.com
      Homebrew Website Club London 2018-01-24
      Tue, Jan 23, 2018 4:00pm -08:00
    • blog.okturtles.org
      Thu, Aug 30, 2018 7:08am -08:00
Posted in /articles using quill.p3k.io

Hi, I'm Aaron Parecki, Senior Security Architect at Okta, and co-founder of IndieWebCamp. I maintain oauth.net, write and consult about OAuth, and participate in the OAuth Working Group at the IETF. I also help people learn about video production and livestreaming and dabble in product design.

I've been tracking my location since 2008 and I wrote 100 songs in 100 days. I've spoken at conferences around the world about owning your data, OAuth, quantified self, and explained why R is a vowel. Read more.

  • Security Architect at Okta
  • IndieWebCamp Founder
  • OAuth WG Member

  • 🎥 YouTube Tutorials and Reviews
  • 🏠 We're building a triplex!
  • ⭐️ Life Stack
  • ⚙️ Home Automation
  • All
  • Articles
  • Bookmarks
  • Notes
  • Photos
  • Replies
  • Reviews
  • Trips
  • Videos
  • Contact
© 1999-2023 by Aaron Parecki. Powered by p3k. This site supports Webmention.
Except where otherwise noted, text content on this site is licensed under a Creative Commons Attribution 3.0 License.
IndieWebCamp Microformats Webmention W3C HTML5 Creative Commons
WeChat ID
aaronpk_tv