Intro to Flask-Login

In this video I show you how you can use Flask-Login to handle user sessions in Flask. By using Flask-Login, you can save a lot of time that would otherwise be spent on handling user sessions, logging in, and logging out. To use Flask-Login, I’m using Flask-SQLAlchemy with a SQLite database.
Source: Pretty Printed (YouTube)

Back to Lesson