Nicholl William wrote: > Hi All, > > I am planing to use openid authentication for my web site.My site back > end with MongoDB and not using SQLAlchemy. So probably i need to > customize authentication session for database access. > > I know Authkit has openid support and also repoze.who has openid plug- > in support. Which one more reliable for my site environment? > Please analyze that for us and say what is current state of openid in Pylons (or WSGI). The last time I have checked AuthKit it had buggy OpenID support (MySql was timeouting). I don't know anything about repoze.who either.
All I can help I can make your life even harder by proposing my own solution: http://trac.sandbox.lt/auth/wiki/AuthOpenIdMiddleware SqlAlchemy is not requirement for OpenID but you still need SQL backend for OpenID. I believe that's only limitation of python-openid library which might be already addressed and I am not aware about it. My implementation works properly with MySQL only. I know how to fix SQLite backend but had no time for that yet. I have not tested it with PostgreSQL as well (but I hope it works). If you can make python-openid library work without SQL backend (with MongoDB in your case) that's what other might find interesting as well. 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 -~----------~----~----~----~------~----~------~--~---
