Hi, On Sun, Jan 16, 2011 at 3:16 PM, Adam Klekotka <[email protected]> wrote: > Hello, > I'm new to Pyramid and I'm developing an app in which I want to use > twitter and facebook connect for user auth. I think the repoze.what > with plugins would be the best way to do that. Is there any tutorial > how to use it with Pyramid? Or maybe should I choose Pylons1.0 > instead? >
I haven't use it yet but there is an authentication policy for repoze.who in pyramid: http://docs.pylonsproject.org/projects/pyramid/dev/api/authentication.html#pyramid.authentication.RepozeWho1AuthenticationPolicy Si I guess you can use a standard repose.who/what middleware and the policy will use environ[repoze.who.identity] Btw I'm also interested by this topic. I like to see something like django-socialregistration for pyramid (https://github.com/flashingpumpkin/django-socialregistration) So it would be great if you could share your experience. -- Gael > Thanks, > Adam > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
