85°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • Marty McGuire https://martymcgui.re/   •   Jan 9
    Sad to miss this @HWCBaltimore! Colds are dumb. ๐Ÿ˜ท
    Glad to see y'all made some Wordpress progress!
    So excited for @IndieWebCamp Baltimore!
    Aaron Parecki
    oh no you too? I've been on the tail end of a cold for the past week! ๐Ÿ˜ท I'm hoping it's all gone before IndieWebCamp Baltimore!
    Portland, Oregon, USA • 48°F
    1 like 1 reply
    Tue, Jan 9, 2018 5:50pm -08:00
  • inessential http://inessential.com/   •   Jan 9
    App Idea: Mentions: http://inessential.com/2018/01/09/app_idea_mentions
    Aaron Parecki
    I'm doing basically this already thanks to @superfeedr doing all the crawling! It translates any mention of my site into a Webmention which I handle like every other Webmention, which sends me a push notification to my phone! https://aaronparecki.com/2016/02/20/5/global-webmentions
    Portland, Oregon, USA • 49°F
    3 likes
    Tue, Jan 9, 2018 3:39pm -08:00
  • Ben Werdmuller http://werd.io/   •   Jan 6
    I HAVE WANTED TO RUN A ZINE MY WHOLE LIFE

    MAYBE NOW IS THE TIME
    Aaron Parecki
    I would subscribe to that
    Portland, Oregon, USA
    1 like
    Tue, Jan 9, 2018 10:04am -08:00
  • Chris Aldrich http://stream.boffosocko.com/profile/chrisaldrich   •   Jan 9
    My micro Monday pick is a 2 for 1 double micro Monday: I've chosen @aaronpk for all the help he's given to micro.blog quietly in the background as well as for his excellent microcast https://percolator.today/
    Aaron Parecki
    Thanks! Speaking of which, I'm due for another episode soon!
    Portland, Oregon, USA
    Mon, Jan 8, 2018 4:11pm -08:00
  • Tara Vancil http://taravancil.com   •   Jan 6
    Todayโ€™s library haul ๐Ÿ“š
    Aaron Parecki
    ooh nice, studying for the #hamradio test, or already have your license? I just got mine about a year ago! https://w7apk.com
    Portland, Oregon, USA
    1 like 1 reply
    Mon, Jan 8, 2018 8:27am -08:00 #hamradio
  • Ben Werdmuller http://werd.io/   •   Jan 7
    So so so good, and it gives me hope. Itโ€™s my birthday and this feels like a present. Thank you.
    Aaron Parecki
    ๐Ÿ˜ฎ๐Ÿ™ˆ Happy Birthday!! ๐ŸŽ‰๐Ÿฅ‚๐ŸŽ‚
    Portland, Oregon, USA • 40°F
    1 like
    Sun, Jan 7, 2018 8:46am -08:00
  • Randall Degges https://www.rdegges.com   •   Jan 5
    My buddy @aaronpk wrote OAuth 2.0 Servers: https://www.oauth.com/
    Aaron Parecki
    @muloka print/electronic version available here! https://oauth2simplified.com/
    Portland, Oregon, USA • 44°F
    2 likes
    Fri, Jan 5, 2018 1:51pm -08:00
  • Verso https://micro.blog/Verso   •   permalink

    @aaronpk Is it possible I could ask you a stack of question about StreamPDX?

    Aaron Parecki
    For sure! Feel free to email me, or happy to chat in the micro.blog slack too.
    Portland, Oregon, USA • 39°F
    Thu, Jan 4, 2018 6:32pm -08:00
  • https://twitter.com/stickermule
    Aaron Parecki
    @stickermule What happened to the @stickermarket? The site just redirects to the home page now! https://www.stickermule.com/marketplace
    Portland, Oregon, USA • 44°F
    1 like
    Thu, Jan 4, 2018 2:28pm -08:00
  • Paul FrazeeโœŒ๏ธ http://pfrazee.hashbase.io   •   Jan 3
    That provides a practical solution to spam. You have to be in the recipient's network to reach them.
    Aaron Parecki
    That sounds similar to Vouch, a Webmention extension https://indieweb.org/Vouch Would love your thoughts on that.
    San Jose, California, USA • 52°F
    1 like 1 reply
    Wed, Jan 3, 2018 9:47am -08:00
  • Zegnat https://github.com/Zegnat   •   Jan 3

    #12 Specify RelMeAuth as fallback.

    Aaron Parecki

    This spec intentionally doesn't specify how users authenticate themselves to their server, it only deals with how third-party clients can authenticate users where their domain name is their identity.

    The analogous version of this in RelMeAuth, with Google as an example, is such: as far as the RelMeAuth client is concerned, it sends the user over to Google, and expects Google to handle authenticating the user. This might involve entering their password, optionally followed by a 2fa mechanism like a Yubikey or TOTP code. That is all invisible to the site they're logging in to.

    Similarly, IndieAuth clients do not know how users authenticate to their own server, the client just expects to send them off to the authorization endpoint and get back a response later that can be verified.

    It is not a good idea for a spec to require any sort of authentication mechanism between the user and their own authorization server, which is something that the OAuth 2.0 spec has also made clear.

    Now, the rest of this conversation is essentially continuing the naming debate of indieauth.com vs IndieAuth the spec vs other options we've considered.

    I agree with many of @tantek's points, like

    ... should be it "just works" even if you only setup rel=me

    However, that is describing RelMeAuth, not this spec. And as @Zegnat pointed out, even just adding rel=me isn't necessarily going to guarantee that you can sign in to an arbitrary site that supports RelMeAuth, since you need to add a rel=me link to a service that the site you're signing in to supports, which requires that site to register an OAuth application and deal with that service's API.

    I'm in the middle of renaming indieauth.com, the goal is that the wiki will redirect users to indielogin.com to authenticate them using the existing mechanisms: RelMeAuth, email, PGP, and IndieAuth. Nowhere in that flow will users see the term "IndieAuth" unless they include a rel=authorization_endpoint link on their website to an IndieAuth server of their choosing.

    I definitely agree that signing in to the wiki needs to be as simple as possible. That's the reason I added so many OAuth providers as well as alternate methods to indieauth.com (soon indielogin.com) in the first place. We've even had some people who want to sign in to the wiki but don't have a Twitter or GitHub account and don't want one, which is why I added things like email and PGP authentication options, which were not described by RelMeAuth.

    This is all to say that it's not the goal of this spec to include RelMeAuth. This spec is intended to be just the URL-based extension to OAuth 2.0. If "IndieAuth" is not the right name for this spec, that's a different issue.

    San Jose, California, USA • 52°F
    Wed, Jan 3, 2018 9:16am -08:00 #indieauth
  • aaronpk https://github.com/aaronpk   •   Jan 1

    #40 Include weather info in location records

    Aaron Parecki
    More discussion from IRC: https://chat.indieweb.org/dev/2018-01-02#t1514910516855700
    Sunnyvale, California, USA • 50°F
    Tue, Jan 2, 2018 9:32am -08:00
  • https://github.com/aaronpk/Overland-iOS

    Include weather info in location records

    Right now, the process of getting weather info into my posts involves an extra step I would like to avoid. I would also like if my GPS logs contained weather info themselves, to avoid having to link up an external dataset to correlate that info.
    continue reading...
    Mon, Jan 1, 2018 1:20pm -08:00
  • svenseebeck https://micro.blog/svenseebeck   •   permalink

    @aaronpk Hi Aaron! Manton pointed me to webmention.io and I wondered if you would be able to clarify how/if I could use it within the limitations of a Wordpress.com-hosted site. Is that possible? Any help appreciated.

    Aaron Parecki
    Do you have the ability to add custom HTML on wordpress.com? You'd need to be able to add the <link> tag to your site's header, as described on https://webmention.io

    You'll then need to write some Javascript to pull the comments into the page and render them.
    Portland, Oregon, USA • 40°F
    Mon, Jan 1, 2018 10:05am -08:00
  • Tomas Quinones http://flyingsnailcreations.com   •   Dec 31
    Any tips on quantifying goals to track progress? Drawing more, studying front end dev, learning subject x, and so forth?
    Aaron Parecki
    For encouraging short-term progress on long-term goals I would definitely recommend @bmndr!
    Portland, Oregon, USA • 36°F
    1 like
    Mon, Jan 1, 2018 7:18am -08:00
  • manton https://micro.blog/manton   •   permalink

    @chet We are going to add more header/footer customization soon. You can do some things with CSS too.

    Aaron Parecki
    You could probably sneak in an image via CSS that way, yea!
    Portland, Oregon, USA
    Sun, Dec 31, 2017 3:14pm -08:00
  • yatil https://micro.blog/yatil   •   permalink

    @aaronpk Those badges should really have alt attributes to make them accessible to people with disabilities, too. Letโ€™s create an indieweb for all! :-D

    Aaron Parecki
    You're right! I'll update my examples.
    Portland, Oregon, USA
    Sun, Dec 31, 2017 10:38am -08:00
  • eli https://micro.blog/eli   •   permalink

    @aaronpk here is a quick and dirty svg version of the badge

    Aaron Parecki
    That *is* quick and dirty! If you're going to embed the png in the svg then you might as well also set the image-rendering attribute to "pixelated"!
    Portland, Oregon, USA
    Sat, Dec 30, 2017 6:03pm -08:00
  • frank https://micro.blog/frank   •   permalink

    @aaronpk Thanks Aaron, I'm glad it works. I understand the tiers of checking, but I've posted quite a few photos the last couple of days. That's why I was surprised to see how long it takes. Would it be a big hurdle to take your code and install it for myself so I can make it more realtime for my own needs?

    Aaron Parecki
    It's not too hard to set up if you're familiar with deploying PHP apps already. You'll need to set up the cron jobs described in the readme. I also just updated it so new users will start out at the top tier (every 15 minutes)
    Portland, Oregon, USA
    Fri, Dec 29, 2017 7:44am -08:00
  • https://github.com/cleverdevil/together
    Aaron Parecki
    Right now the client_id is set to "together.com" which is not where the app is launched! This also means any time I post from it my site is linking to together.com when it credits the app!
    Portland, Oregon, USA
    Thu, Dec 28, 2017 4:10pm -08: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