Skip to content

itmo-wad/ShekhovtsovaIrina-HW2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HW2 by Irina Shekhovtsova (412693)

Authentication form is rendered at http://localhost:5000/login. When user goes to http://localhost:5000/, authentication form is also rendered with the help of redirect.
If successfully authenticated, profile page is rendered. Profile page shows for authenticated user only at http://localhost:5000/profile
There is also a registration form that is available at http://localhost:5000/register.
User can exit at http://localhost:5000/logout.
Username and hash password are stored in Mongodb
To handle web forms the Flask-WTF extension is used
To manage users Flask-Login is used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published