Python Flask Authentication Tutorial - Learn Flask Login
YouTube Viewers YouTube Viewers
10.8K subscribers
204,065 views
0

 Published On Mar 12, 2021

Hey guys! Welcome back! In this video, I show you how to build a login authentication system using Flask and Python. We'll be using Flask-Login to build it.

If you don't know about Flask or if this is your first time using it, Flask is a Python web framework that is used to create web applications. Flask has a built-in login system that can be used to authenticate users. The login system in Flask is very simple and only requires a user to enter their username and password.

Mac Command - pip3 install flask flask_sqlalchemy flask_login flask_bcrypt flask_wtf wtforms email_validator

Windows Command - pip install flask flask_sqlalchemy flask_login flask_bcrypt flask_wtf wtforms email_validator

Code: https://github.com/arpanneupane19/Pyt...

My Website - https://arpanneupane.com
My GitHub: https://github.com/arpanneupane19

Official Flask-Login Docs - https://flask-login.readthedocs.io/en...

My Programming Gear :
Keyboard: https://amzn.to/42vXkxh
Laptop: https://amzn.to/3CkAP3W
Laptop Stand: https://amzn.to/3X116Oi
Desk: https://amzn.to/43wmIEt
Monitor: https://amzn.to/42BAaFH
Monitor Arm: https://amzn.to/3NR0APS
Chair: https://amzn.to/42vvKAn
Desk Mat/Mousepad: https://amzn.to/43AhKqj
Microphone: https://amzn.to/45RuQ43
Headphones: https://amzn.to/445sf4R

#Python // #Flask // #LearnToCode

show more

Share/Embed