realpython / discover-flask

Full Stack Web Development with Flask.
http://discoverflask.com
4.51k stars 799 forks source link

there is no register and email authentication function? #6

Closed PapaMadeleine2022 closed 7 years ago

PapaMadeleine2022 commented 7 years ago

hello, I visit url and find there is only login function. So is there no register and email authentication function?

mjhea0 commented 7 years ago

Both the Real Python courses as well as the blog post Handling Email Confirmation During Registration in Flask show how to do this. Hope that helps.

PapaMadeleine2022 commented 7 years ago

@mjhea0 thank you very much~