pallets-eco / flask-openid

Flask-OpenID adds openid support to flask applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs page hasn't been update with latest code

saintsGrad15 opened this issue · comments

When viewing the public docs I see that the import code sample still displays from flask.ext.openid import OpenID.

It appears that the latest code on main contains the correct import statement: from flask_openid import OpenID.

I'm not sure how your docs get built and published but it appears something has gone awry.