On Tue, Apr 2, 2013 at 12:25 AM, David OBrien <dgobr...@gmail.com> wrote:
>
>
>
> On Mon, Apr 1, 2013 at 5:26 PM, Mark <mark...@gmail.com> wrote:
>>
>> Hi,
>>
>> I stumbled upon this payment library: http://ci-merchant.org/ which
>> abstracts the different payment backends away and exposes a new easy
>> to use interface for the app developer to use. Thus making it very
>> easy to use different payment providers.
>>
>> I was wondering if something like that is also existing for
>> authentication? For example, in authentication you have quite a few
>> different ones:
>> - Mozilla Persona
>> - openid
>> - facebook connect
>> - google (openid?)
>> - use/pass based authentication (a.k.a. the self made version that
>> every dev begins with)
>> - oauth
>> - twitter connect
>> - etc...
>>
>> Is there such a library in existence? I'm especially looking for one
>> with mozilla persona implemented.
>>
>> Kind regards,
>> Mark
>>
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
> https://github.com/openid/php-openid

That's OpenID only. What i meant is one library with some plugin
structure where you can add in a plugin for each authentication
method.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to