Authentication Framework? [message #186178] |
Thu, 19 June 2014 11:28 |
Jan Lühr
Messages: 2 Registered: June 2014
Karma: 0
|
Junior Member |
|
|
Hello,
I'm looking for something like Devise [1] for PHP.
It should provide:
-> A full self-servie workflow (sign-up, log-in, log-out, delete
account, forget-password)
-> Integration of OAuth / OpenID providers.
It may depend on $famework.
Can you recommend sth?
Thanks,
Jan
[1] https://github.com/plataformatec/devise
|
|
|
Re: Authentication Framework? [message #186179 is a reply to message #186178] |
Thu, 19 June 2014 12:43 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 6/19/2014 7:28 AM, Jan Lühr wrote:
> Hello,
>
> I'm looking for something like Devise [1] for PHP.
>
> It should provide:
> -> A full self-servie workflow (sign-up, log-in, log-out, delete
> account, forget-password)
> -> Integration of OAuth / OpenID providers.
>
> It may depend on $famework.
>
> Can you recommend sth?
>
> Thanks,
> Jan
>
> [1] https://github.com/plataformatec/devise
>
You're better off asking people who use these products. This newsgroup
is for programming in PHP; few, if any, here use such products.
--
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: Authentication Framework? [message #186180 is a reply to message #186179] |
Thu, 19 June 2014 13:03 |
Jan Lühr
Messages: 2 Registered: June 2014
Karma: 0
|
Junior Member |
|
|
Hello,
Am 06/19/2014 02:43 PM, schrieb Jerry Stuckle:
> On 6/19/2014 7:28 AM, Jan Lühr wrote:
>> Hello,
>>
>> I'm looking for something like Devise [1] for PHP.
>>
>> It should provide:
>> -> A full self-servie workflow (sign-up, log-in, log-out, delete
>> account, forget-password)
>> -> Integration of OAuth / OpenID providers.
>>
>> It may depend on $famework.
>>
>> Can you recommend sth?
> You're better off asking people who use these products. This newsgroup
> is for programming in PHP; few, if any, here use such products.
>
Thanks for your feedback. Can you recommend a place to ask - I'm not yet
into php...
Greetz, Jan
|
|
|
Re: Authentication Framework? [message #186181 is a reply to message #186178] |
Thu, 19 June 2014 13:30 |
Rafael Robayna
Messages: 1 Registered: June 2014
Karma: 0
|
Junior Member |
|
|
You're looking for an authentication component or library, not a framework.
https://en.wikipedia.org/wiki/Software_library
https://en.wikipedia.org/wiki/Software_framework
Also, most, but not all, authentication libraries like the one you're looking for are dependent on a web application framework. 'Devise' is an authentication library for the Rails framework, not for the Ruby language.
Another point that might help is that basic authentication libraries are not usually integrated with OAUTH implementations.
Good Luck,
Rafael
On Thursday, June 19, 2014 7:28:23 AM UTC-4, Jan Lühr wrote:
> Hello,
>
>
>
> I'm looking for something like Devise [1] for PHP.
>
>
>
> It should provide:
>
> -> A full self-servie workflow (sign-up, log-in, log-out, delete
>
> account, forget-password)
>
> -> Integration of OAuth / OpenID providers.
>
>
>
> It may depend on $famework.
>
>
>
> Can you recommend sth?
>
>
>
> Thanks,
>
> Jan
>
>
>
> [1] https://github.com/plataformatec/devise
|
|
|
Re: Authentication Framework? [message #186183 is a reply to message #186180] |
Thu, 19 June 2014 14:19 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 6/19/2014 9:03 AM, Jan Lühr wrote:
> Hello,
>
> Am 06/19/2014 02:43 PM, schrieb Jerry Stuckle:
>> On 6/19/2014 7:28 AM, Jan Lühr wrote:
>>> Hello,
>>>
>>> I'm looking for something like Devise [1] for PHP.
>>>
>>> It should provide:
>>> -> A full self-servie workflow (sign-up, log-in, log-out, delete
>>> account, forget-password)
>>> -> Integration of OAuth / OpenID providers.
>>>
>>> It may depend on $famework.
>>>
>>> Can you recommend sth?
>
>> You're better off asking people who use these products. This newsgroup
>> is for programming in PHP; few, if any, here use such products.
>>
>
> Thanks for your feedback. Can you recommend a place to ask - I'm not yet
> into php...
>
> Greetz, Jan
>
No, since I don't use such products. Sorry.
--
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex(at)attglobal(dot)net
==================
|
|
|