So, I'm trying to authenticate users in a Pylons web application using openid. I do not want to use authkit because it is no longer supported.
I'm currently trying to use python-openid (available from git at http://github.com/openid/python-openid ) and having difficulty with this. The pylons framework does not allow me to interact with the python-openid classes, which basically look for instances of the python classes HTTPServer and SimpleCookie ...
Any help available? Has anyone solved this problem? TIA.
source
share