Python Fullstack Development-Build a E-Commerce Website with Flask - Login Form - Python in Tamil

preview_player
Показать описание
Allow users to connect to their personal space is one of the most important feature for you web application. In this article, i will explain you how you can add an authentication by adding a login page using the Flask-Login python package.

So here, we will create a sign up, sign in and login out pages that will allow users to connect to their personnal private spaces that if they are not connected they can’t see them.
Store the active user’s ID in the session, and let you log them in and out easily.
It will allow you :
Let you restrict views to logged-in (or logged-out) users.
Handle the normally-tricky “remember me” functionality.
Help protect your users’ sessions from being stolen by cookie thieves.
Рекомендации по теме
Комментарии
Автор

Hello sir
Can you please explain how after logging in the items are fetched and displayed according to corresponding user

quezinmark
visit shbcf.ru