TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

15 点作者 uzyn将近 13 年前
Just released v0.1.0 today. https://github.com/uzyn/opauth<p>If you are familiar with OmniAuth for Ruby, Opauth basically does the same thing, except for PHP.<p>Gave a talk on it today at Singapore PHP User Group. My deck: https://speakerdeck.com/u/uzyn/p/opauth-an-introduction<p>Opauth is still very new and I still need to work on the documentations a lot, especially tutorials and the wiki.

6 条评论

uzyn将近 13 年前
Just released v0.1.0 today. <a href="https://github.com/uzyn/opauth" rel="nofollow">https://github.com/uzyn/opauth</a><p>If you are familiar with OmniAuth for Ruby, Opauth basically does the same thing, except for PHP.<p>Gave a talk on it today at Singapore PHP User Group. My deck: <a href="https://speakerdeck.com/u/uzyn/p/opauth-an-introduction" rel="nofollow">https://speakerdeck.com/u/uzyn/p/opauth-an-introduction</a><p>Opauth is still very new and I still need to work on the documentations a lot, especially tutorials and the wiki.
评论 #4016179 未加载
fryguy将近 13 年前
I really wish this was around 2 years ago when I made a site that used openid in PHP. I've dealt with so many nighmares of it I just threw it all away and now send people an email every time they want to log in. How do you deal with supporting every different little configuration of PHP servers? I had huge problems with having to put a hack into the code for lightopenid in order for it to work on my webhost, but that hack broke it on my machine.
评论 #4011378 未加载
lux将近 13 年前
Thanks, this looks pretty awesome! Also posted it to r/php as well:<p><a href="http://www.reddit.com/r/PHP/comments/tzil2/opauth_multiprovider_authentication_framework_for/" rel="nofollow">http://www.reddit.com/r/PHP/comments/tzil2/opauth_multiprovi...</a><p>Now to go play with it some more... :)
评论 #4008852 未加载
FLX将近 13 年前
Nice, is there a Wordpress plugin in the works? I'm sure that a lot of people would be interested in this.
评论 #4008699 未加载
hongster将近 13 年前
Standardize interface for all OAuth providers. Extensible.
评论 #4008682 未加载
miccheng将近 13 年前
Excellent library - has lotsa potential!