Avoiding "python-openid" dependency when using "Webapp2Session" · Issue #67 · authomatic/authomatic · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I started using the Webapp2Session implementation I had to add the python-openid dependency because NDBOpenIDStore depends on it.
How could we decouple both components so that we can prevent import a new unnecessary dependency ?
thanks in advance
Fábio
The text was updated successfully, but these errors were encountered:
Yes, the extras.gae module imports from extras.gae.openid which imports from openid, which is not good and it's only because the extras.gae.NDBConfig uses the extras.gae.openid.NDBOpenIDStore as openid store by default.
I think the best solution will be to set the openid store explicitly when NDBConfig is initialized.
Hi,
When I started using the Webapp2Session implementation I had to add the python-openid dependency because NDBOpenIDStore depends on it.
How could we decouple both components so that we can prevent import a new unnecessary dependency ?
thanks in advance
Fábio
The text was updated successfully, but these errors were encountered: