OK.
I am able to use "Catalyst::Authentication::Credential::OpenID", and after authenticating with google, I get Catalyst::Plugin::Authentication::User::Hash object, but when i try to get the user details, $c->user->url $c->user->display I am getting exceptions related to method not found. Can we access used details say Name , Email etc using "Catalyst::Authentication::Credential::OpenID" or we have to use something else say oAuth to get details. Basically, I want to simplify the user registration to my app when somebody logs in for the first time. Vivek On Fri, 10 Dec 2010 14:14:38 +0000, Blaine Everingham wrote: Currently Facebook is not part of OpenID. Therefore you would need to have two different authentication credential modules. OpenID Catalyst::Authentication::Credential::OpenID Facebook Catalyst::Authentication::Credential::FBConnect ------------------------- Date: Fri, 10 Dec 2010 00:11:46 +0530 From: [email protected] To: [email protected] Subject: [Catalyst] Authentication using OpenID Hi, I want to have my users authenticated using openid. If users are logging in for the first time, I want to get the details, provided by say facebook, to be saved in my DB. Which Catalyst authentication Plug-in should be used in order to achieve this goal. Vivek _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/ -- Vivek Chhikara [1] Links: ------ [1] http://www.chhikara.org/wordpress
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
