Info
- 13 posts
- 6 voices
- Started 3 years ago by _ck_
- Latest reply from _ck_
- This topic is not a support question
OpenID support coming soon...
-
- Posted 3 years ago #
I just wanted to announce I have a primitive prototype of OpenID working with bbPress and should have a more stable version for experimental testing within a few days (likely by the end of the weekend). The only requirement is your PHP needs CURL with https (ssl) support, which many servers have or can easily add ie. via cpanel's rebuild PHP (check your PHPINFO to be certain).
I finally got an old openid 1.1 framework working with openid 2.0 so this makes it possible to use it with all the newest providers: aol, yahoo, microsoft and now even Google (as a "consumer", not as a server).
The biggest problem was making it work without extra libraries like the complex math support and even DOMXML which is not available on many shared hosting PHP4 servers. But found a way around that too ;-) I'll eventually add fsockopen support with ssl so even CURL is not a requirement.
ps. OpenID on WordPress.com needs to be fixed to offer a secure login when a cookie is not present like every other provider. This is annoying :-(
-
- Posted 3 years ago #
Good work! While Sxipper works fine for me having openID built in is great. Keep up the good work.
-
- Posted 3 years ago #
Anyone willing to give an early version a test for compatibility?
There is no account creation feature yet but you can attach OpenID identities to any existing account, and then login with the OpenID instead of your regular bbPress login (the regular login remains intact).
-
- Posted 3 years ago #
I will try it out. You have my email if you need to send the plugin via email.
-
- Posted 3 years ago #
I've now made the early 0.0.1 alpha public:
http://bbpress.org/plugins/topic/openid -
- Posted 3 years ago #
Google doesn't seem to be working. If I use google.com as my open ID I get an invalid page from Google. Has Google changed their format since this plugin was made?
-
- Posted 3 years ago #
I just posted a fix, update to 0.0.3 when you see it.
-
- Posted 3 years ago #
Thanks, the update works!
-
- Posted 3 years ago #
new issue... when I login using an OpenID, for some reason it is going into an infinite loop and the browser gives me an error. Why would it be doing this?
-
- Posted 3 years ago #
Please check the plugin page for my fix on that (and please stop bumping this topic).
-
- Posted 3 years ago #
Facebook also it will be good
-
- Posted 3 years ago #
@_ck_: Have you thought about using the WP_HTTP class instead of relying on curl directly? It detects for multiple available transports to make remote requests.
-
- Posted 3 years ago #
Actually this topic is very old and the openid plugin has been out for some time now.
http://bbpress.org/plugins/topic/openid/In most of my plugins I use curl with a fallback to a solid fsockopen routine I wrote awhile back that works well. I can't remember if I have it in openid.
I avoid api as much as possible because of how they tend to change and break my plugins ;-)
Plus you learn nothing when you just use someone else's black box...
-
You must log in to post.