home.social

#selfauth — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #selfauth, aggregated by home.social.

fetched live
  1. I'm slowly getting the hang of IndieWeb building blocks. Today I set up IndieAuth on my server using selfauth! Now I can authenticate myself as "moule.world" on any website that supports IndieAuth, including Owncast livestream chats!

    How to setup selfauth: indieweb.org/selfauth

    My next plan: making an "announcements" section of my website, which will use microformats2, support webmentions, hopefully Fediverse reactions and comments, and of course good ol' RSS.

    #IndieAuth #IndieWeb #SelfAuth

  2. The #Micropub "server" was based on @adactio's minimal micropub endpoint gist: gist.github.com/adactio/8168e6
    (mostly because I wanted to understand the mechanics of Micropub)

    For auth + token, I didn't want to depend on 3rd party silos, so tried #SelfAuth and #MiniToken. Basic tests worked, but failed horribly with real-world #Micropub client, e.g. #Quill.
    github.com/Inklings-io/selfaut
    github.com/Zegnat/php-mintoken

    So ended up using the de facto indieauth.com/ for auth + token. C'est la vie. 🤷‍♂️