I need to implement a simple login functionality to one of the applications that I a working on using flask-login. The authentication checking is hardcoded if c
flask-login