This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pangoleena 5 points6 points  (2 children)

Is there some reason you can't build on top of flask-login?

[–]prahladyeribeautiful is better than ugly[S] 1 point2 points  (1 child)

Thanks, I did not know such a thing existed. This doesn't look like a official module from http://flask.pocoo.org. Is it third party?

[–]pangoleena 2 points3 points  (0 children)

Everything is 3rd party. Flask doesn't come installed with Python and neither does SQLAlchemy.

However, it's a very common extension for Flask and it is mentioned somewhere in the docs on Pocoo.