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.
Read moreBy 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.
Read more