
In part two of this blog tutorial series! In this video, Tim from Tech with Time will be showing us how to add security and authentication for blog application. For example; sign in, sign out, and create an account.
Timestamps
- 00:00 | Overview
- 01:01 | HTTP POST Method
- 04:04 | Getting Form Data
- 06:39 | SQLAlchemy Database Setup
- 10:22 | Creating The User Model
- 16:36 | Flask Login Setup
- 22:57 | Creating New Users
- 32:49 | Password Hashing
- 37:52 | Logging In Users
- 43:39 | Message Flashing
- 49:49 | Restricting Page Access