User Authentication - Flask Tutorial Series #8

  Рет қаралды 10,505

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 21
@smnomad9276
@smnomad9276 7 ай бұрын
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!
@rowinoak9435
@rowinoak9435 4 ай бұрын
This is a really nice series. I would love to see and advanced series :)
@Param3021
@Param3021 7 ай бұрын
Nice Video! Thanks! Now, I can start my college project!
@sw-code6027
@sw-code6027 7 ай бұрын
Can you do a detail video on docker compose? That would be a great help.
@spacecoder0526
@spacecoder0526 3 ай бұрын
Could you make additional video of how to add email confirmation when user sign up, reset password?
@ldl6147
@ldl6147 4 ай бұрын
Do you have a reason that you are using the old style of SQLAlchemy queries instead of 2.0? Or it it just preference?
@johnraz99
@johnraz99 7 ай бұрын
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.
@joeg816
@joeg816 5 ай бұрын
Does this package have any functions for forgotten passwords and resetting passwords?
@guglielmocerri7036
@guglielmocerri7036 7 ай бұрын
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
@funkyeoooayush3432
@funkyeoooayush3432 6 ай бұрын
thanks man, very useful
@johnraz99
@johnraz99 7 ай бұрын
Thanks!
@fusebox9725
@fusebox9725 3 ай бұрын
Why not get id in the def__repr__(self) function?
@muckiSG
@muckiSG 7 ай бұрын
Is the source code available? Did not find it in your github... thx!
@davitgogidze4310
@davitgogidze4310 Ай бұрын
Great, it would be nice to authenticate using a JWT token for API 🏹 🗝 🛡
@no-name1.612
@no-name1.612 7 ай бұрын
Can someone please tell me the intro name if it's a song?
@mikiyax
@mikiyax 5 ай бұрын
I guess you can use song recognization function in those mainstream music app
@no-name1.612
@no-name1.612 5 ай бұрын
@@mikiyax The one I know, Shazam, is not available for my phone
@no-name1.612
@no-name1.612 5 ай бұрын
@@mikiyax It's in the video description now that youtube automatically detects the music and adds it. Thanks for the comment though, I wouldn't have see it without you.
@robinfrenzy
@robinfrenzy 5 ай бұрын
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 = bcrypt.generate_password_hash(password).decode('utf-8')
@rowinoak9435
@rowinoak9435 4 ай бұрын
hashed_password = bcrypt.generate_password_hash(password).decode('utf-8') This should fix it. I started getting this error when I switched to postgres. It gets encoded twice when submitted to the database. \\x24326224313224483352757749766438764134333757365142464f4f4f464959664d66673575467873754e466250716f3166375753696955556b2e36. this is not the correct format. hope this helps
@rowinoak9435
@rowinoak9435 4 ай бұрын
Check your User table, if you are using PostgreSQL you should be see this format $2b$12$y4zQ0uufL84y7xEGPOTTveA0wKdLouZMetlSvkz3IzIhyLpwYhzTK
Blueprints - Flask Tutorial Series #9
29:53
NeuralNine
Рет қаралды 6 М.
Python Flask Authentication Tutorial - Learn Flask Login
29:35
Arpan Neupane
Рет қаралды 230 М.
Yay, My Dad Is a Vending Machine! 🛍️😆 #funny #prank #comedy
00:17
Databases & SQLAlchemy - Flask Tutorial Series #7
33:58
NeuralNine
Рет қаралды 16 М.
JWT авторизация. Основы JWT - механизма.
6:45
Хочу вАйти
Рет қаралды 13 М.
Implementing JWT Authentication in ASP.NET Core
23:51
Nick Chapsas
Рет қаралды 30 М.
Forms, POST Requests, File Handling - Flask Tutorial Series #4
36:49
JWT Authentication for React and FastAPI (easy with code)
11:51
Session Vs JWT: The Differences You May Not Know!
7:00
ByteByteGo
Рет қаралды 216 М.
Sessions & Cookies - Flask Tutorial Series #6
21:54
NeuralNine
Рет қаралды 6 М.
Implementing OAuth 2.0 from SCRATCH
24:56
Carberra
Рет қаралды 3,2 М.
Intro to Flask-Login
16:54
Pretty Printed
Рет қаралды 77 М.