Re: [PHP] Re: LoginShare | How to authenticate once, and login to different websites

2009-09-02 Thread Behzad
Dear paragasu, Never heard of oAuth before, but I guess that it's complex for my purpose. But I'll take a look at it, I'll use it for the next version. Thank you so much for introducing this great tool! On Wed, Sep 2, 2009 at 5:51 AM, paragasu wrote: > why not use ready available php library OAu

Re: [PHP] Re: LoginShare | How to authenticate once, and login to different websites

2009-09-01 Thread Behzad
Thank you all for your answers. i was looking for a simple and fast answer -> I'm going to store the a unique id in the database, and pass it between applications using the $_SESSION. Shawn and Martin, Thank you very much for your help. Kind regards, -behzad

Re: [PHP] Re: LoginShare | How to authenticate once, and login to different websites

2009-09-01 Thread paragasu
why not use ready available php library OAuth? http://oauth.net/ On 9/1/09, Shawn McKenzie wrote: > Behzad wrote: >> Dear list, >> >> i'm trying to integrate two php-driven web applications, which both >> require the user to authenticate using a username and a password. >> >> Consider a situatio

[PHP] Re: LoginShare | How to authenticate once, and login to different websites

2009-09-01 Thread Shawn McKenzie
Behzad wrote: > Dear list, > > i'm trying to integrate two php-driven web applications, which both > require the user to authenticate using a username and a password. > > Consider a situation where the user has logged-in to the 1st application. > She > clicks over a hyper-link, which directs her