Re: Auth - django-authopenid alternative

2009-05-11 Thread Julio Napurí Carlos

I am thinking to use out of the box solution... Anyway I will test
both options to create these and use openid-selector.

Thanks guys
Both solutions are useful

-- 
Best Regards /Saludos
Blog: http://napuri.com.ar/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Auth - django-authopenid alternative

2009-05-10 Thread Julio Napurí Carlos

Hi

I like to use this [1].
Obviously in Pylons. Somebody know a django-authopenid alternative for Pylons ?


[1] http://openid-example.e-engura.org/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Auth - django-authopenid alternative

2009-05-10 Thread Gael Pasgrimaud

Hi,

You can have a look at http://pypi.python.org/pypi/repoze.who.plugins.openid

I havent test it, if you have some feedback...

2009/5/10 Julio Napurí Carlos juli...@gmail.com:

 Hi

 I like to use this [1].
 Obviously in Pylons. Somebody know a django-authopenid alternative for Pylons 
 ?


 [1] http://openid-example.e-engura.org/

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Auth - django-authopenid alternative

2009-05-10 Thread Dalius Dobravolskas

Julio Napurí Carlos wrote:
 Hi

 I like to use this [1].
 Obviously in Pylons. Somebody know a django-authopenid alternative for Pylons 
 ?
   
You can use my middleware:
http://trac.sandbox.lt/auth/wiki/AuthOpenIdMiddleware

I use it only with MySql but it works without problems for me. I have 
not tested it with PostgreSql (haven't had chance) but there is 
possibility that it will work without problems and Sqlite is missing 
correct implementation (haven't had time for that).

What you see in your link is openid-selector 
(http://code.google.com/p/openid-selector/). It is jquery based openid 
selector plugin (a little bit buggy but working). It is up to you to 
integrate it into your application with my middleware or other OpenId 
solution.

Regards,
Dalius

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---