Live data from Hacker News

Opauth: Multi-provider authentication framework for PHP, inspired by OmniAuth

opauth.org

1–10 of 18 posts

Opauth: Multi-provider authentication framework for PHP, inspired by OmniAuth

#1
Just released v0.1.0 today. https://github.com/uzyn/opauth

If you are familiar with OmniAuth for Ruby, Opauth basically does the same thing, except for PHP.

Gave a talk on it today at Singapore PHP User Group. My deck: https://speakerdeck.com/u/uzyn/p/opauth-an-introduction

Opauth is still very new and I still need to work on the documentations a lot, especially tutorials and the wiki.

Opauth: Multi-provider authentication framework for PHP, inspired by OmniAuth
opauth.org

Re: Opauth: Multi-provider authentication framework for PHP, inspired by OmniAuth

#2
Just released v0.1.0 today. https://github.com/uzyn/opauth

If you are familiar with OmniAuth for Ruby, Opauth basically does the same thing, except for PHP.

Gave a talk on it today at Singapore PHP User Group. My deck: https://speakerdeck.com/u/uzyn/p/opauth-an-introduction

Opauth is still very new and I still need to work on the documentations a lot, especially tutorials and the wiki.

Re: Opauth: Multi-provider authentication framework for PHP, inspired by OmniAuth

#7
post #5

Nice, is there a Wordpress plugin in the works? I'm sure that a lot of people would be interested in this.

That's definitely one of the top frameworks/CMS to support. I'll get on with it if no one has started when I'm done with CakePHP-Opauth and Opauth's documentations.

Re: Opauth: Multi-provider authentication framework for PHP, inspired by OmniAuth

#9
post #8

Thanks, this looks pretty awesome! Also posted it to r/php as well: http://www.reddit.com/r/PHP/comments/tzil2/opauth_multiprovi... Now to go play with it some more... :)

Thanks for cross-posting it at Reddit. I'm statix on Reddit and just left a comment at your post. :)

Re: Opauth: Multi-provider authentication framework for PHP, inspired by OmniAuth

#10
post #9
post #8

Thanks, this looks pretty awesome! Also posted it to r/php as well: http://www.reddit.com/r/PHP/comments/tzil2/opauth_multiprovi... Now to go play with it some more... :)

Thanks for cross-posting it at Reddit. I'm statix on Reddit and just left a comment at your post. :)

No prob :) And good job, this looks really useful!

A few months back I had to integrate the usual auth providers and was it ever a hunt to find the best scripts for it. I ended up with tmhOAuth for Twitter, LightOpenID for OpenID and Google, and handling Facebook somewhat manually. Will be seriously looking at this as a replacement, and for my next project too.

Post reply on HN