[web2py] Creating a new auth session

2010-01-31 Thread Jon Romero
I have created a new facebook connect plugin where the user can login to auth using FBConnect. The thing that I am doing is after the user has logged in (and I have his fb_uid) I create a new session like this: if not auth.is_logged_in(): user_obj =

Re: [web2py] Creating a new auth session

2010-01-31 Thread Alex Fanjul
Hi Jon, when you finnish the facebook connect with autologin plugin, could you please share it with us? it's very interesting for all the projects. thanks in advance, alex El 31/01/2010 16:08, Jon Romero escribió: I have created a new facebook connect plugin where the user can login to auth