63°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • always coming home https://cybre.space/@nightpool   •   Jul 8

    @aaronpk yeah. this was judged this least-complicated of all the possible options

    Aaron Parecki
    Yeah, that's surprisingly simple. We need to work on the Microformats markup for that though. Although it came through not completely broken on my website as is.
    Portland, Oregon • 71°F
    Sat, Jul 7, 2018 8:56pm -07:00
  • coolaj86 https://github.com/coolaj86   •   Apr 23

    #3837 Simpler UX for OAuth2 login with GitHub

    Aaron Parecki
    Here's a post I just wrote explaining IndieAuth and how it solves a number of the challenges with OAuth in this context.

    https://aaronparecki.com/2018/07/07/7/oauth-for-the-open-web
    Portland, Oregon • 71°F
    Sat, Jul 7, 2018 8:54pm -07:00
  • always coming home https://cybre.space/@nightpool   •   Jul 8

    @aaronpk :oh_no:

    Aaron Parecki
    so wait... you include :something: in the text of your post, then include an "Emoji" tag with the name :something: and the client matches it up?
    Portland, Oregon • 71°F
    1 reply
    Sat, Jul 7, 2018 8:50pm -07:00
  • Syl and Miku https://www.instagram.com/sylandmiku   •   Jul 7
    One of the only pictures we took from #firstcaturdaypdx. We got way too distracted by all the cute cats!

    We loved seeing @roarpdx there! Miku and Syl love their new #catdancer

    #mikucat #caturday #cats #catsofinstagram #adventurecatintraining
    Aaron Parecki
    @indiewebcat we gotta get you ready for this next year!
    Portland, Oregon, USA • 72°F
    Sat, Jul 7, 2018 8:42pm -07:00
  • https://github.com/tootsuite/mastodon

    Include timezone offset in machine-readable timestamp

    Toots are displayed in (someone's) local time, but the machine readable date is always rendered in UTC.
    continue reading...
    Sat, Jul 7, 2018 8:35pm -07:00
  • always coming home https://cybre.space/@nightpool   •   Jul 8

    @aaronpk ... documented? :P

    Aaron Parecki
    ohno
    Portland, Oregon • 72°F
    2 replies
    Sat, Jul 7, 2018 8:34pm -07:00
  • always coming home https://cybre.space/@nightpool   •   Jul 8

    @aaronpk oh, weird. I haven't ever seen that emoji before, that was mainly why i was confused

    Aaron Parecki
    custom emoji sound fun tho, where is that documented?
    Portland, Oregon • 72°F
    1 reply
    Sat, Jul 7, 2018 8:33pm -07:00
  • always coming home https://cybre.space/@nightpool   •   Jul 8

    @aaronpk really enjoying the custom emoji, thanks

    Aaron Parecki
    uhoh, that's just a regular emoji, and it looks like I'm sending relative URLs to Mastodon so that gets linked to a nonexistent page on cybre.space! So many edge cases!
    Portland, Oregon • 72°F
    1 reply
    Sat, Jul 7, 2018 8:30pm -07:00
  • Andy McIlwain https://andymci.com   •   Jul 7
    An independent web doesn't necessarily mean an open web. Thinking about private sites and networks for groups, families, personal use. #indieweb #justathought
    Aaron Parecki
    Agreed, and an open web doesn't imply a public web. We're experimenting with private content too! https://indieweb.org/private_posts
    Portland, Oregon • 77°F
    Sat, Jul 7, 2018 7:51pm -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   •   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
  • 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
  • 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
  • Sven Knebel https://www.svenknebel.de/   •   Jul 7
    Careful though if anything on there is supposed to send e-mail: .xyz is among the TLDs that are very strong spam-indicators.
    Aaron Parecki
    j/k, I already forgot the domain I registered. It's actually p3k.app!
    Portland, Oregon • 74°F
    Sat, Jul 7, 2018 1:02pm -07:00
  • Tantek Çelik http://tantek.com/   •   Jun 26

    Support fallback to RelMeAuth for websites missing authorization endpoint

    Aaron Parecki
    Unfortunately this won't really work.

    Even if you could sign in to Aperture, you still wouldn't be able to use any of the reader apps. The reader apps expect to be able to get an access token in order to make authenticated requests to Aperture. Getting an access token requires having an authorization endpoint and token endpoint.

    If I allowed people to log in to Aperture without fully setting up IndieAuth, it would just be confusing because then they'd get an error trying to sign in to any apps. I think it's better to not mislead people at that stage, and require that they set up IndieAuth before being able to sign in to Aperture.
    Portland, Oregon, USA • 73°F
    Sat, Jul 7, 2018 12:08pm -07:00
  • Josh Pollock https://JoshPress.net   •   Jul 7
    Wow, really interesting.

    Is this plugin on Github? https://wordpress.org/plugins/indieauth/
    Aaron Parecki
    Yep! https://github.com/indieweb/wordpress-indieauth

    That's annoying that wordpress.org doesn't have a link to the GitHub source.
    Portland, Oregon • 72°F
    2 likes 1 repost 3 replies
    Sat, Jul 7, 2018 9:47am -07:00
  • Kyle B. Johnson http://kylebjohnson.me   •   Jul 7
    Link? (On the road, but want to put a pin in this)
    Aaron Parecki
    Alright, I finished my post explaining the details of this! Have a look ➡️ https://aaronparecki.com/2018/07/07/7/oauth-for-the-open-web
    Portland, Oregon, USA • 72°F
    10 likes 4 reposts 5 replies 1 mention
    Sat, Jul 7, 2018 9:42am -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-2025 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