My project 2 : Flask Authentication System(with Python + Flask)
dev.toยท5dยท
Discuss: DEV
๐ŸŒWeb Development
Preview
Report Post

๐Ÿ” Flask Authentication System

Iโ€™ve always been curious about how the websites we use every day are actually built. We constantly interact with features like sign-up, login, and logout, yet most of us never really understand what happens behind the scenes. I was no exception โ€” this curiosity kept growing, and I wanted to experience the structure myself. So I decided to try building it from scratch, hoping that by doing it hands-on, I could finally understand how these systems really work.


๐Ÿ“‚ 1. Project Structure

auth_blog/
โ”‚โ”€โ”€ main.py
โ”‚โ”€โ”€ users.db (auto-created)
โ””โ”€โ”€ templates/
โ”œโ”€โ”€ home.html
โ”œโ”€โ”€ signup.html
โ””โ”€โ”€ login.html


๐Ÿง  2. What This Project Does

  • User sign-up (stores hashed passwords)
  • User login with session management
  • Protected dashboard pagโ€ฆ

Similar Posts

Loading similar posts...