techwithtim / Flask-Web-App-Tutorial

Code for the note storing flask web app made during a YouTube video.
918 stars 1.01k forks source link

Update auth.py and __init__.py to create the database and make the login function in the auth file #126

Open DrashtiSanjayShah opened 1 year ago

DrashtiSanjayShah commented 1 year ago

These changes solve issues #83 and #95 . There have been changes made in the os.path.join as in no longer exists and so I have changes. also, the login function in the auth file does not work properly as it is taking password as the parameter which is not related to any user. It should have been password1.