PHP, Zend Framework and Other Crazy Stuff
Posts tagged openid and yadis
Kicking The Bad Habit Of Being An Overworked Paddy
Jan 24th
It’s hard to believe we are already almost 1/12 of the distance into 2008. By now all of you have broken your new year resolutions. I know I’ve broken several at a minimum!
After some months of desperate oft-despairing struggling with work schedules I’ve finally once and for all conquered my lack of free time. It’s an ingenious solution - I’m taking a small break from work before rekindling an interest in financial services in these doubtful times (ask Société Générale if you want to know how doubtful, or the US Federal Rserve).
The outcome of this reorganisation of my career direction is twofold. Firstly I get extra bags of cash. Secondly, I get slightly more vacation time. Thirdly, it won’t require as much overtime. Fourthly, there’s less chance of last-minute-scrambling which became exceptionally evident over the last few months as the Irish market continues to swell (in defiance of the laws of EU Economics). Of course added together this provides more of my most sought after commodity - personal time.
All that’s left is how to use this new-found wealth. In between the extra pub-crawling exercises, engagements as the designated baggage mule on shopping excursions, and the other things an average 20-something is inclined to do, I want to enjoy some travel, take up writing again, and commit some completion time to the open source projects I contribute to.
I’ve been a very bad boy in that regard in the last six months and at one point I became an absolute nightmare for anyone who needed to contact me by email. It was not my finest hour, and I seriously doubt I escaped with a pristine reputation for being dependable. C’est la vie. A few of these “instances” shall we call them, have since been resolved to my satisfaction so I’m 95% back to nominal form as a powerhouse of innovation, inspiration and ingenuity (see, even my ego is back rockin’ at full throttle!). Yep, you can always measure the normality of an Irishman by his level of self-directed sarcasm .
Anyways, enough self-critical analysis - it weakens the ego - since I’m back in fine form after two extremes (a two month vacation, and a four month chaotic period of non-stop work) I have the luxury of directing some of this time where it was always supposed to be: in supplementing my PHP experience with some open source doodling and manic self-promotion . The first target of my ire is a small project with Till Klampaeckel (Seek. Kill. Destroy.). After that is PHPSpec 0.3.0 (Exterminate! Exterminate! Exterminate!). After that is that frickin’ promise-but-never-effing-do component for implementing a Yadis service (Off With His Head! Off With His Head!). I swear that thing has been sitting in a personal subversion repo begging for a few final hours of attention!
After that I’m taking a long breather, attending oodles of conferences, and finding something with a lot of words to write.
OAuth Specification and Zend Framework/PEAR Proposal
Oct 4th
It’s been sitting in the dark until it’s recent Public Draft appearance, but the OAuth Specification is finally at the “Final Draft” stage, and we should see a final draft come November. I’ve been following OpenID for over a year now, and it’s great to see another product of Identity/Web 2.0 world see the light of day.
OAuth, for those not following its progress, is “an open protocol to allow secure API authentication in a simple and standard method from desktop and web applications”. If you’re familiar with how the Flickr web service operates, this should be familiar (Flickr were involved in the specification process). OAuth was borne partly out of the needs of web services who wished to implement OpenID (e.g. Twitter, Ma.gnolia) but whose web services still require a username/password combination. But it also covers the case where giving out your real username and password combination to third-party apps is an unnecesary security risk (don’t want them using that data to take over your account ). This covers apps from online services like mashups, to desktop widgets or even Adode AIR applications.
Quick mention here to Ed Finkler’s Spaz (Best HTML Community Application in the Adobe AIR Derby ) which is one very cool Twitter app I’ve been using for a while now! If you don’t already follow me on Twitter, I’m “padraicb“.
Because I love all things OpenID related and am an OpenID “pusher” in Europe (blame the OpenID Europe Foundation membership on Snorri Giorgetti), I’ll be proposing a PHP5 implementation of OAuth to the Zend Framework (assuming no other OAuth proposal) and PEAR (PEAR because that’s now the home of my OpenID For PHP library under proposal).
If you’re interested in finding out more about OAuth, visit the website at http://www.oauth.net.
Eran Hammer-Lahav probably put OAuth in terms of a most useful metaphor.
OAuth is like a valet key for all your web services. A valet key lets you give a valet the ability to park your car, but not the ability to get into the trunk or drive more than 2 miles or limit the RPMs on your high end German automobile. In the same way, an OAuth key lets you give a web agent the ability to check your web mail but NOT the ability to pretend to be you and send mail to everybody in your address book.
OAuth and OpenID, coming to a web service near you (including Bloglines) soon.