Jonathan Vanasco wrote: > Dalius- > Do you know the python OpenID libraries well? Prerhaps I could > convince you to help us with an openid plugin for our project ;) > I have a little bit experience with OpenID :-) There is one python openid library that should be used usually. I have done a little bit work on OpenID:
* Trac plugin - this one is enough stable but time-to-time some little problem arises. * authopenid-middleware - it is WSGI middleware you can use with your python project. It is poorly documented but I use it with MySql in one of my projects in production. I even believe that with some additional work this middleware could be transformed to AuthKit plugin if that's necessary. * openidprovider-middleware - this project should become WSGI middleware that should provide you possibility to convert your site to OpenID provider. The last two projects have nice unit tests. You can find my projects at: http://hg.sandbox.lt/ Hope that helps and gives you some ideas how you could use OpenID in your project. I will gladly help. 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 [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 -~----------~----~----~----~------~----~------~--~---
