User Authentication - Flask Tutorial Series #8

preview_player
Показать описание
In this episode of the Flask tutorial series, we learn how to build a user authentication system in Flask using databases.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

💼 Services 💼

🌐 Social Media & Contact 🌐
Комментарии
Автор

This series is really good. Please make an advanced one once you finish this one, I am sure this could become the reference playlist in the future for anyone trying to learn Flask!

smnomad
Автор

This is a really nice series. I would love to see and advanced series :)

rowinoak
Автор

Nice Video!
Thanks!
Now, I can start my college project!

Param
Автор

Could you make additional video of how to add email confirmation when user sign up, reset password?

spacecoder
Автор

Can you do a detail video on docker compose? That would be a great help.

sw-code
Автор

Why not get id in the def__repr__(self) function?

fusebox
Автор

What do you think of a series of videos about Django? Now is the most used web dev tool in Python and more used than Flask

guglielmocerri
Автор

Does this package have any functions for forgotten passwords and resetting passwords?

joeg
Автор

I have a general question on Flask. Where are people using this? My webhosting service now requires me to get a private server to run Flask apps.

johnraz
Автор

Do you have a reason that you are using the old style of SQLAlchemy queries instead of 2.0? Or it it just preference?

ldl
Автор

Is the source code available? Did not find it in your github... thx!

muckiSG
Автор

Can someone please tell me the intro name if it's a song?

no-name.
Автор

I wrote the same code but when I try to log in I always get a "Error: Invalid salt". After some debugging, I found out it is not saving the hashed password in the correct format. I have to add a decode function at the end: hashed_password =

robinfrenzy