55°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • Matt Carroll https://matthewayne.com
    IndieAuth: Eliminate registration for OAuth APIs and use URLs for identity & auth: https://aaronparecki.com/2018/07/07/7/oauth-for-the-open-web
    Portland, Oregon • 77°F
    Sun, Jul 8, 2018 1:09am +00:00 (liked on Sat, Jul 7, 2018 6:46pm -07:00)
  • Aaron Parecki
    Contributions from: Germany, India, United Kingdom, United States
    Sat, Jul 7, 2018 6:20pm -07:00
  • Espresso
    Portland, Oregon, USA • 78°F
    Sat, Jul 7, 2018 6:00pm -07:00
  • Paulus Schoutsen https://home-assistant.io
    The IndieAuth extension to OAuth2 is perfect. I will adopt this in @home_assistant to make it easier for people to build apps against local instances.
    Portland, Oregon • 78°F
    Sat, Jul 7, 2018 11:33pm +00:00 (liked on Sat, Jul 7, 2018 5:59pm -07:00)
  • Aaron Parecki
    at Farm Spirit
    Portland, Oregon • Sat, July 7, 2018 3:58pm
    45.517135 -122.651284
    Birthday dinner for anomalily!
    Portland, OR, United States • 82°F
    Checked in by anomalily
    97 Coins
    Sat, Jul 7, 2018 3:58pm -07:00
  • Hugh Isaacs II http://lucid00.com/   •   Jul 7
    Why not just use OpenID Connect?

    http://openid.net/connect/
    Aaron Parecki
    https://indieweb.org/indieauth-vs-openid-connect
    Portland, Oregon, USA
    2 likes 1 repost
    Sat, Jul 7, 2018 3:18pm -07:00
  • Julien Deswaef https://mastodon.social/@xuv   •   Jul 7

    @aaronpk PS: I should mention that I started following you from the other instance. But still could not see your post before searching for it.

    Aaron Parecki
    Yeah that sounds like Mastodon's limitation where it doesn't actually go fetch posts from people if someone on the server isn't already following them. Thanks for providing an example where that was confusing!
    Portland, Oregon, USA • 77°F
    2 likes
    Sat, Jul 7, 2018 2:53pm -07:00
  • Julien Deswaef https://mastodon.social/@xuv

    @aaronpk search function seems to work. Just boosted your post.

    Portland, Oregon • 77°F
    Sat, Jul 7, 2018 9:20pm +00:00 (liked on Sat, Jul 7, 2018 2:51pm -07:00)
  • Aaron Parecki
    Contributions from: Germany, India, United Kingdom, United States
    Sat, Jul 7, 2018 2:15pm -07:00
  • Microsub and the new reader evolution (skippy.net)
    "The other great thing about Microsub, the technology behind Aperture and Monocle, is the separation of “feed collection” from “feed display”.  I don’t have to use only Monocle to read my feeds. On my phone, I use an app called Indigenous.  I could also use Monocle from a mobile browser. Or I could use Together.  Or I could write my own reader interface, if I so chose."
    Sat, Jul 7, 2018 2:14pm -07:00 #indieweb
  • Julien Deswaef https://mastodon.social/@xuv   •   Jul 7

    @aaronpk yes. Exactly tried that. It does not work. Also, I can't seem to see the boost I did from a different instance looking at this account.

    Aaron Parecki
    I think I fixed it... give it a try again?
    Portland, Oregon • 74°F
    3 replies
    Sat, Jul 7, 2018 2:05pm -07:00
  • Julien Deswaef https://mastodon.social/@xuv   •   Jul 7

    @aaronpk for some reason, this post does not federate well with all Mastodon instances. I'm trying to boost it from another account elsewhere, but I can't seem to see it. Any clue?

    Aaron Parecki
    by any chance, are you trying to paste that post's URL into the search box on other Mastodon instances?
    Portland, Oregon • 74°F
    2 replies
    Sat, Jul 7, 2018 1:52pm -07:00
  • If you’re familiar with OAuth, this introduction to IndieAuth walks through the process of how auth for the open web works. Really happy that Micro.blog supports this now.

    → 2018/07/07 3:41 pm
    Portland, Oregon • 74°F
    permalink (liked on Sat, Jul 7, 2018 1:45pm -07:00)
  • Julien Deswaef https://mastodon.social/@xuv   •   Jul 7

    @aaronpk for some reason, this post does not federate well with all Mastodon instances. I'm trying to boost it from another account elsewhere, but I can't seem to see it. Any clue?

    Aaron Parecki
    hm, I've been incrementally implementing ActivityPub, doing as little as possible each time. I don't think I've tried what you're doing yet, trying to find my post from an instance that is not already following me. I'm not actually sure what I need to implement to make that work though! Any ideas?
    Portland, Oregon • 74°F
    Sat, Jul 7, 2018 1:44pm -07:00
  • Jonathan LaCour https://cleverdevil.io/profile/cleverdevil
    Working on on Indiepaper has been a fun project. It's involved writing Python, Swift, HTML, CSS, and JavaScript, and using @awscloud Lambda, S3, and CloudFront. #polyglot
    Portland, Oregon • 74°F
    Sat, Jul 7, 2018 8:36pm +00:00 (liked on Sat, Jul 7, 2018 1:38pm -07:00) #polyglot
  • https://github.com/cleverdevil/indiepaper

    Look for mf2 first, use Mercury as a fallback

    If the page has mf2, that is likely to be much better data than what Mercury finds. Indiepaper should first check if it finds an article via mf2, and if it doesn't, then can use Mercury to extract what it can.
    continue reading...
    Sat, Jul 7, 2018 1:30pm -07:00
  • Eugen https://mastodon.social/@Gargron   •   Jul 7

    IndieAuth sounds interesting as a more generic way for federated applications to allow app registrations https://indieauth.spec.indieweb.org/

    The question is how do we adapt this after our current, extremely similar but somewhat different system has been in production use for around 2 years #mastodev

    Aaron Parecki
    The existing Mastodon API uses OAuth 2, right? Seems like you'd be able to add this on top and still also support the existing behavior without any changes. You'd get the benefit of auto discovery and global client IDs. Maybe we should chat about this at the next w3c call?
    Portland, Oregon, USA • 74°F
    1 like 1 repost
    Sat, Jul 7, 2018 1:29pm -07:00
  • Jonathan LaCour https://cleverdevil.io/profile/cleverdevil
    I added experimental support for IndieAuth in Indiepaper today. Test it out here – https://www.indiepaper.io/indieauth.html. Once authenticated, you get an automatically generated bookmarklet and a button to click for automatically configuring Indiepaper for macOS.
    Portland, Oregon • 74°F
    Sat, Jul 7, 2018 8:11pm +00:00 (liked on Sat, Jul 7, 2018 1:17pm -07:00)
  • Eugen https://mastodon.social/@Gargron

    Thoughts: The requirement of apps to have a publicly accessible website conforming to the IndieAuth API might be a limiting factor

    On the other hand, globally unique identifiable apps is a huge benefit in terms of admins being able to restrict app access. I.e., currently every user can revoke app access to their account, but server admins cannot say "I don't want the cross-poster to work with my server" because there is no such thing as *the* cross-poster

    Portland, Oregon • 74°F
    Sat, Jul 7, 2018 8:06pm +00:00 (liked on Sat, Jul 7, 2018 1:11pm -07:00)
  • Eugen https://mastodon.social/@Gargron

    IndieAuth sounds interesting as a more generic way for federated applications to allow app registrations https://indieauth.spec.indieweb.org/

    The question is how do we adapt this after our current, extremely similar but somewhat different system has been in production use for around 2 years #mastodev

    Portland, Oregon • 74°F
    Sat, Jul 7, 2018 8:00pm +00:00 (liked on Sat, Jul 7, 2018 1:11pm -07:00)
older

Hi, I'm Aaron Parecki, Director of Identity Standards 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. (detailed bio)

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.

  • Director of Identity Standards at Okta
  • IndieWebCamp Founder
  • OAuth WG Editor
  • OpenID Board 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-2026 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