By default, Flask-Login uses sessions for authentication . This means you must set the secret key on your application, otherwise Flask will give you an error message telling you to do so.
By default, Flask-Login uses sessions for authentication . This means you must set the secret key on your application, otherwise Flask will give you an error message telling you to do so.