Is there a good multi-target OAuth-Framework out there? - php

I'm momentarily looking for a good solution for PHP-based logins via OAuth etc. It should already implement everything for Twitter, Facebook, Google, etc -- I wouldn't want to invent the wheel twice. Best case solution would be such an easy logon like here on SO.
Is there a good framework out there? Has anyone recommendations?
I already found this, but it only works for Python.
Edit: There is already a question about this here, but noone came up with an answer :-(
Thanks :-)

opauth may be what you're looking for, up-to-date list of supported sites

Have a look at Janrain Engage. It should be easy to install, support a lot of services, and have a PHP library.

I just googled "php oauth" and I find this oauth-php library which looks to be very good. You can find an example in the Wiki.
Cheers,

Related

How to create multiple sites using different url in typo3 neos?

i just started to use typo3 neos for my project, i heard this framework can handle multiple sites.
i found it here
http://docs.typo3.org/neos/TYPO3NeosDocumentation/Introduction/FeatureList.html
it's stated that it have Multi Domain Support.
But i seeems cant find the documentation, so how do i do that?
i try to play around with routes but it didn't work, or it seems that i don't know what i'm doing.
is it really possible?
thank you.
found a solution here for anyone courious, sorry i can't comment because i got no reputation.
http://www.matthias-witte.net/old-content/Create%20your%20own%20site%20with%20TYPO3%20Flow%20and%20Neos%20-%20Matthias%20Witte.pdf

Symfony crash course

Can you guys provide some good tutorials on symfony? Simple stuff, nothing really big and well-detailed, like the Jobeet tutorial. A crash course, maybe some video tutorials too.
I'd recommend starting with the Getting Started tutorial.
Aside from the Jobeet tutorials, the other tutorials you will find online will deal mostly with specifics. If you want an introduction to the framework, there is no better documentation than the ones provided by sensio labs.
http://www.symfony-project.org/doc/1_4/
Another good resource, is the #symfony channel on Freenode. If you have any questions, that channel is quite active and helpful.

Single Sign On Script / Library / API in PHP

I have tried googling a lot but couldn't find a library which can provide me single-sign on feature for my website.
I am looking for similar script like stackoverflow is using for facebook, twitter, google, openid etc...
I have tried hybridauth, http://hybridauth.sourceforge.net/ but it's not working for me.
Could you guys please suggest me other alternatives?
I've seen several website using this library : http://www.janrain.com/products/engage
(formerly https://rpxnow.com/)
I have not personally tried..
Why not OpenID itself? I heard good thing about it, and the same, as you specified, SO use it. There's an OpenID website that keep track of all libraries found from official OpenID team of third-part solution that you can find here: http://openid.net/developers/libraries/.
Choose what suits best your needs.
Notice that they warn you:
We have setup a code repository for gathering libraries and other supporting examples. While several of these libraries have been tested, they are maintained by members of the OpenID community and are not necessarily known to work.

Is there an easier way to implement openid?

I've been banging my head against the wall trying to add openid to my PHP webapp, but none of the libraries provided seem to do it in a clean and simple way.
Is there any way to implement openid SSO without being forced into more design choices than is necessary?
The janrain library - being the most popular - is also the most unwieldy, although it seems to be the only one getting significant maintenance. Aside from lacking a clear and simple tutorial, it also imposes some strange filesystem requirements and code dependencies.
Any and all suggestions are welcome. I realize I'm interacting with other servers and that redirects and callbacks are required. Please bear in mind, this isn't my main complaint, I understand the nature of what I'm working with.
I just wish it was easier and more clearly laid out!
If you're using PHP5, I suggest trying LightOpenID.
I use the Zend openid library (best of a bad bunch), but it doesn't support all the latest openid features - not found a perfect implementation yet tbh..
Tutorial describes how to implement Google login( yahoo,etc only just change the URLs, source code is same) in PHP using LightOpenID.

There is a django option for moodle?

There is a platform like moodle made in django or some kind of interface django/moodle?
I cannot think of any and Google apparently thinks the same.
This guy asked the question on the Moodle forums in 2006 (link requires login) but he received no answer, yet :)
Recently, a bug in Moodle has been fixed allowing authentication from a Django DB.
Sorry I cannot help more.
Platform like moodle, made in django. Yes there are few of those; like Django-lms (hosted on google code, it uses non relational database which may end up having huge advantage over moodle).
Here is great discussion happening on the topic.

Categories