CoreyMSchafer/code_snippets

Unable to reproduce the code from https://github.com/CoreyMSchafer/code_snippets/tree/master/Python/Flask_Blog/06-Login-Auth

Opened this issue · 0 comments

Hi everyone,

I am currently trying to learn Flask by replicating the Flask project by Corey. However while trying to code video 6 (User Authentication), I am getting following error -

Exception: Missing user_loader or request_loader. Refer to http://flask-login.readthedocs.io/#how-it-works for more info.

I even tried copying the code by Corey himself but the error persists. Could somebody please help.

Thanks