pallets-eco / flask-openid

Flask-OpenID adds openid support to flask applications
Other
236 stars 77 forks source link

Docs page hasn't been update with latest code #68

Open saintsGrad15 opened 1 year ago

saintsGrad15 commented 1 year ago

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.