51°F

Aaron Parecki

  • Articles
  • Notes
  • Photos
  • Aaron Parecki
    my flight from SFO tonight is delayed. i'm going to miss the connection to my bed.
    San Francisco, California, USA
    8 likes 1 repost 2 replies
    Fri, Jun 14, 2019 7:34pm -07:00 #travel
  • Aaron Parecki
    one of my least favorite activities is converting keynote slides to powerpoint
    Portland, Oregon, USA
    6 likes 7 replies
    Wed, Jun 12, 2019 1:16pm -07:00
  • Aaron Parecki
    Some great tips on developer experience from my friend @rod_laura!

    📖 Publish open source
    ✍️ Communicate clearly
    💻 Create lots of sample code
    📝 Share on your blog
    🌱 Build a community

    https://developer.okta.com/blog/2019/06/10/five-essential-tips-for-building-developer-libraries
    Portland, Oregon, USA
    3 likes 1 repost 1 mention
    Tue, Jun 11, 2019 10:01am -07:00 #oktadev #devex
  • Aaron Parecki
    Last week I sat down with @nbarbettini to answer some questions about what's going on with the @OAuth_2 Implicit flow. #oauth 🎥➡ https://www.youtube.com/watch?v=CHzERullHe8
    Portland, Oregon, USA
    8 likes 4 reposts 2 mentions
    Mon, Jun 10, 2019 9:29am -07:00 #oauth #okta #oktadev
  • Aaron Parecki
    This book by @anomalily definitely helped me get a handle on my money situation. 💵 You should have seen me before. 🙈 And now her Kickstarter for the second print run is just shy of the $10,000 stretch goal! Let's get it over the top! 🚀

    https://www.kickstarter.com/projects/anomalily/a-cats-guide-to-money-illustrated-purrsonal-finance-book
    Portland, Oregon, USA
    9 likes 3 reposts 1 mention
    Wed, Jun 5, 2019 7:20pm -07:00 #kickstarter #ohmydollar
  • Aaron Parecki
    I had fun with this one: 7 Ways an OAuth Access Token is like a Hotel Key Card

    https://developer.okta.com/blog/2019/06/05/seven-ways-an-oauth-access-token-is-like-a-hotel-key-card
    Portland, Oregon, USA
    21 likes 9 reposts 2 replies 1 mention
    Wed, Jun 5, 2019 9:19am -07:00 #oauth
  • Aaron Parecki
    Alright, if you are curious about "Sign In with Apple," I walk through exactly how it works and what it looks like in this post.

    https://developer.okta.com/blog/2019/06/04/what-the-heck-is-sign-in-with-apple

    #WWDC19 #OAuth #AppleID
    Portland, Oregon, USA
    98 likes 46 reposts 4 replies 5 mentions
    Tue, Jun 4, 2019 12:43pm -07:00 #wwdc19 #oauth #appleid
  • Aaron Parecki
    Reading all these tweets of people freaking out about Apple requiring apps to use "Sign In with Apple" and feeling another "authentication is not authorization" rant coming. Lots of misunderstanding of sign-in vs accessing APIs. #WWDC19 #OAuth
    Portland, Oregon, USA
    7 likes 2 reposts 2 replies 1 mention
    Mon, Jun 3, 2019 9:12pm -07:00 #wwdc19 #oauth
  • Aaron Parecki
    Initial test of the "Sign in with Apple" API:

    • It's more or less based on OAuth + OIDC
    • Their documentation is missing a lot of key info to use it right now, I had to guess at a lot of things
    • The `sub` claim includes some sort of unique user identifier, not an email
    Portland, Oregon, USA
    74 likes 23 reposts 8 replies
    Mon, Jun 3, 2019 2:21pm -07:00 #oauth
  • Aaron Parecki
    Well this is exciting. 🍎🔐 #AppleID #OAuth #WWDC2019 #WWDC
    Portland, Oregon, USA
    9 likes 1 repost 2 replies
    Mon, Jun 3, 2019 1:38pm -07:00 #appleid #oauth #wwdc2019 #wwdc
  • Aaron Parecki
    To anyone who thought partial redirect URL matching in @OAuth_2 is "good enough," read this thread. Complete Periscope account takeover just by viewing a tweet. https://hackerone.com/reports/110293 #oauth
    Toronto, Ontario, CAN
    13 likes 6 reposts 2 replies
    Mon, May 27, 2019 4:54pm -04:00 #oauth
  • Aaron Parecki
    If you're in Toronto you should come to my #OAuth talk tomorrow! 🔐 https://regionalevents.okta.com/oktaapiworkshoptoronto

    We'll have food and drinks, and we're giving copies of my book to everyone who attends! 📚
    Toronto, Ontario, CAN
    9 likes 1 repost 2 replies
    Mon, May 27, 2019 3:46pm -04:00 #oauth
  • Aaron Parecki
    I realized I was setting arbitrary due dates on my todo list as a way to prioritize tasks so they'd show up in order of importance, but it turns out that's a terrible technique.

    I just did a major refactoring of my Todoist and now I'm using priority 1/2/3 tags for that, and due dates only when a task is really due that day.

    I'm still figuring out exactly how to use the priorities, here's what I've got so far:

    • p1 - this is top priority, I should do things in this list as soon as possible
    • p2 - things that I want top of mind, but can wait until things in p1 are done
    • p3 - sort of a catch-all when I want something to bubble up a bit quicker than if it has no priority tag

    I also switched my main view in Todoist to a custom filter that shows me:

    • tasks due today
    • priority 1 tasks not due today
    • overdue tasks

    I'm going to try to stick to this view as my primary view instead of clicking on the "Today" tab.

    #productivity
    Toronto, Ontario, CAN
    6 likes 1 repost 7 replies 1 mention
    Mon, May 27, 2019 2:25pm -04:00 #productivity #todoist #todo
  • Aaron Parecki
    Good morning! Watch this video

    https://vimeo.com/336343886

    and then go sign up for IndieWeb Summit in Portland!

    https://2019.indieweb.org/summit

    #TakeBackYourWeb
    Portland, Oregon, USA
    11 likes 7 reposts
    Wed, May 22, 2019 10:16am -07:00 #indieweb #takebackyourweb
  • Aaron Parecki
    it's always important to consider the opposite viewpoint

    https://twitter.com/nelson/status/1128064202600357893
    Rotterdam, Zuid-Holland, NLD
    2 likes
    Tue, May 14, 2019 12:28am +02:00 #language #dutch #german
  • Aaron Parecki
    I decided to set up a URL shortener on my short domain, aaronpk.com, thanks to some recent discussion in the IndieWeb chat.

    I found an open source project that is basically exactly what I would have built if I had built my own: https://polrproject.org/

    The installation wasn't seamless, but I'm familiar enough with the tech it's built on so I managed to get it set up. I also made one modification to it, which is that if you type in a short URL that doesn't exist, it redirects to the same path on aaronparecki.com, so that all my regular pages now automatically have a short URL.

    This is definitely a lot nicer than my previous solution of adding URLs to a text file.
    Rotterdam, Zuid-Holland, NLD
    3 likes 1 reply
    Mon, May 13, 2019 11:03pm +02:00 #url #shorturl #indieweb
  • Aaron Parecki
    Yesterday there was cilantro in my soup, and suddenly it tasted so much like soap that I couldn't eat it.

    Over the last few months, I've noticed that cilantro has started tasting bad, but didn't really think much of it. I looked up the food sensitivity list of people who also think cilantro tastes like soap, and now I am super confused, because most of these are my favorite flavors: https://en.wikipedia.org/wiki/Supertaster#Specific_food_sensitivities

    • Gins, tequilas, and hoppy beers are my favorite
    • I eat brussels sprouts, cabbage and kale all the time
    • I am a huge fan of coffee, always unsweetened
    • grapefruit juice is a staple in my fridge
    • I make my own tonic with quinine so that I can make it less sweet and more bitter than normal
    • I enjoy ridiculously spicy foods, and I eat raw habaneros for breakfast every morning

    So why is cilantro the one that tastes bad to me? And why did this change? I used to enjoy cilantro! I didn't think this sensitivity was something that could change in people over time.
    Rotterdam, Zuid-Holland, NLD
    1 like 3 replies
    Mon, May 13, 2019 10:18pm +02:00 #food
  • Aaron Parecki
    Post-IndieWebCamp hacking continues at the hotel bar! Made a few more minor improvements to Monocle:

    • Defaults to "https" when you type in a domain, and if that fails, will fall back to http, rather than the other way around
    • Added a logout button
    • Added mobile screenshots to the wiki
    • Updated the indieauth-client-php library to bubble up things like ssl errors so that apps using the library can report errors better
    Düsseldorf, Nordrhein-Westfalen, DEU
    3 likes 1 repost 2 replies
    Sun, May 12, 2019 11:43pm +02:00 #indiewebcamp #indieweb #monocle
  • Aaron Parecki

    The map below will show where I am for the next 6 hours!

    Düsseldorf, Nordrhein-Westfalen
    Sun, May 12, 2019 3:22pm +02:00 #indiewebcamp
  • Aaron Parecki
    Second #IndieWebCamp hack day project: how to quickly get started using an IndieWeb reader.

    • start with a blank HTML file
    • add a rel=me link to your GitHub profile, and make sure your GitHub profile links back
    • add a couple `<link>` tags for indieauth.com
    • sign in to https://aperture.p3k.io
    • add the `<link>` tag it generates for you
    • sign in to an IndieWeb reader!

    More details at: https://indieweb.org/Microsub#Getting_Started
    Düsseldorf, Nordrhein-Westfalen, DEU
    6 likes 3 reposts
    Sun, May 12, 2019 1:55pm +02:00 #microsub #indiewebcamp #indieweb
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