Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
We've used the `UserMixin` from Flask-Login. Now, let's use the `LoginManager` to set up our application so we can load users. This will get us ready to create our user CRUD.
Use from flask_login
instead of from flask.ext.login
New Terms
-
LoginManager
- An appliance to handle user authentication. -
user_loader
- A decorator to mark the function responsible for loading a user from whatever data source we use.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up