Python Authentication: Create a Secure Login System with Flask and SQL Alchemy

  Рет қаралды 11,944

Code with Josh

Code with Josh

Күн бұрын

Пікірлер: 64
@codewithjoshoffical
@codewithjoshoffical 7 ай бұрын
👉 Join my Python Newsletter Today! ~ thenerdnook.substack.com Note ~ Hey there Python crew, excited to have you guys back! This is made to give you guys a breakdown into Secure Authentication with Flask using a Database to store and register users giving them a unique dashboard experience within your applications! Now that you guys have an understanding to authentication I'd love to create a video around OAuth, this will give you the ability to login using platforms like Google, FB, GitHub, etc... Anyways drop a comment and let me know your thoughts, I love hearing from you guys! Hope you have an amazing weekend, stay safe 😎 ~ Josh
@irfanshaikh262
@irfanshaikh262 3 күн бұрын
He is man of focus, commitnent and sheer fucking will. Thanks josh. Hope for more of such amazing content.
@codewithjoshoffical
@codewithjoshoffical 2 күн бұрын
Thank you! 😄. Leave any ideas below!
@irfanshaikh262
@irfanshaikh262 2 күн бұрын
​@@codewithjoshofficaloh absolutely. You can also start a latest Django web framework tutorial playlist covering the infamous MVT architectural base in djago step by step. Short videos covering each concept of django would be very vital in these desperate times. Also let me know if you create courses udemy. I'd very much like to try those. Thanks again Josh and keep us engaged with such incredible content.
@AI_HORIZONS54
@AI_HORIZONS54 6 күн бұрын
This is content at its peak man. I was motivated and excited from the begginning👍👍👍👍😆😆
@codewithjoshoffical
@codewithjoshoffical 6 күн бұрын
I’m glad you’re getting value, thanks for being here! 😁
@SimianVirus
@SimianVirus 4 ай бұрын
I saw many flask authentication tutorial and this is really the best
@codewithjoshoffical
@codewithjoshoffical 4 ай бұрын
Thank you so much! I’m glad it was helpful 😁
@nikolatesla30
@nikolatesla30 4 ай бұрын
I agree👍
@patricksmith6068
@patricksmith6068 15 күн бұрын
Awesome course keep up the good work!!
@codewithjoshoffical
@codewithjoshoffical 15 күн бұрын
Thank you so much ✌🏼
@kadirv
@kadirv Ай бұрын
Comprehensive and detailed explanation. Thank you! very engaging tutorial!
@codewithjoshoffical
@codewithjoshoffical Ай бұрын
Glad you got value! 😁
@codewithgedo3067
@codewithgedo3067 4 ай бұрын
I have wated millions of tuts. i did not understand flask like i did right now, 1 hour and 6 minutes and 41 seconds no skip any.
@codewithjoshoffical
@codewithjoshoffical 4 ай бұрын
Great to hear! Hopefully now with mine you’ll be watching less of others 😄
@Akshaykumarrao-j9t
@Akshaykumarrao-j9t 6 ай бұрын
Hey Josh, I am very happy that you made a video that helpful as recently started learning flask and Django in you tube very limited videos are there on flask framework I think this will be helpful
@codewithjoshoffical
@codewithjoshoffical 6 ай бұрын
I’m happy to hear that! I’ll continue to put together a mini series around Flask before expanding onto Django
@johnmarklecias938
@johnmarklecias938 3 ай бұрын
Love this! I hope you do a follow up video on this project but with Flask-migrate!
@codewithjoshoffical
@codewithjoshoffical 3 ай бұрын
Great idea, heard!
@chhiaylinleng9289
@chhiaylinleng9289 Ай бұрын
Thank for sharing this tutorial
@codewithjoshoffical
@codewithjoshoffical Ай бұрын
You bet! 😁
@lucietee2296
@lucietee2296 6 ай бұрын
Exactly what I was looking for. thanks
@codewithjoshoffical
@codewithjoshoffical 6 ай бұрын
Glad you’re finding it helpful! 😁
@BoluwatifeOlusola-zg4up
@BoluwatifeOlusola-zg4up 14 күн бұрын
What if I need to use multiple tables in sql db. Can sql alchemy help with this?
@codewithjoshoffical
@codewithjoshoffical 14 күн бұрын
100%. SQLAlchemy is a life saver for this! You can build multiple models and a relationship between tables. My new episode drops in 10 hours and I cover all this for you!
@snowman8227
@snowman8227 17 күн бұрын
Nice Intro
@codewithjoshoffical
@codewithjoshoffical 17 күн бұрын
Thanks!
@splendjet7792
@splendjet7792 Ай бұрын
Super!
@codewithjoshoffical
@codewithjoshoffical Ай бұрын
Thanks!
@azolamlotywa929
@azolamlotywa929 3 ай бұрын
thank you bro i really appreciate this a lot it immensely means a lot. What a great tutorial !. God bless you bro. I wish you all the best in life.
@codewithjoshoffical
@codewithjoshoffical 3 ай бұрын
Thank you for your kind words 🙏🏼. I’m glad you got value!
@MuhdKazhim
@MuhdKazhim Ай бұрын
Very good, reading thru the SqlAlchemy docs give me pain
@codewithjoshoffical
@codewithjoshoffical Ай бұрын
Reading through most docs turn my hair gray 😆
@sethuprasad9769
@sethuprasad9769 8 күн бұрын
😂
@studentanonim2783
@studentanonim2783 2 ай бұрын
Can i clarify that templates directory is just a folder? or what kind of magic folder is this where the html files can become jinja2
@codewithjoshoffical
@codewithjoshoffical 2 ай бұрын
Yes, the templates directory is just a folder but it’s important you name it “templates” as flask specifically looks for this folder when it’s constructing the app
@kadirkoc1759
@kadirkoc1759 3 ай бұрын
Bro thank you for this video. It's amazing. I started to work in a company and need to implement Oauth2.0 with python from strach and as you guess ı am 0 in python :))
@codewithjoshoffical
@codewithjoshoffical 3 ай бұрын
Glad it’s helping you out some! I know how challenging it can be at first, check out my other video with I implement OAuth into this for Google authentication
@MmMk-kt6xh
@MmMk-kt6xh Ай бұрын
I need to ask can I modify this method to encrypt sessions and manage public keys??
@diplomat1837
@diplomat1837 6 ай бұрын
‘Tis awesome. Thank you. Is it possible to connect Stripe connect to it?
@codewithjoshoffical
@codewithjoshoffical 6 ай бұрын
You sure can! That would be a fun one to put together 😁. Is that something you’d want to see?
@diplomat1837
@diplomat1837 6 ай бұрын
@@codewithjoshoffical yes please.
@fabriziocau4085
@fabriziocau4085 6 ай бұрын
Great video, thanks :)
@codewithjoshoffical
@codewithjoshoffical 6 ай бұрын
Thank you! Let me know if there’s anything you’d like to see done
@fabriziocau4085
@fabriziocau4085 6 ай бұрын
@@codewithjoshoffical I have been working myself on a Flask blog application and I'd appreciate if you could, for example, tackle topics such as pagination or pool/voting functions :)
@ani-sugoi
@ani-sugoi 6 ай бұрын
Can you make the app based on Llama 3 python and Postgre SQL
@codewithjoshoffical
@codewithjoshoffical 6 ай бұрын
Great recommendation. Definitely I can start looking into 👀
@diplomat1837
@diplomat1837 6 ай бұрын
I will love this too. I’ve been trying to do something similar. To read data with tesseract and analyse them.
@nestboxcam-Surabaya
@nestboxcam-Surabaya 4 ай бұрын
Can you make a connection to mysql instead sqlite?
@codewithjoshoffical
@codewithjoshoffical 4 ай бұрын
Yup absolutely! You’ll just need to install the driver, change the connection in the setup and make sure you update your configuration. But you should be good to go ahead and do that
@ultimatesound8515
@ultimatesound8515 6 ай бұрын
Looking forward to google authentication next
@codewithjoshoffical
@codewithjoshoffical 6 ай бұрын
Coming soon 🔜
@davisgamer2301
@davisgamer2301 3 ай бұрын
Bro which theem you use?
@codewithjoshoffical
@codewithjoshoffical 3 ай бұрын
Which one?
@studentanonim2783
@studentanonim2783 2 ай бұрын
Im having an error where i cannot execute jinja2 code in my html file, in terms of virtual environment i did everything like in the video so i think that its not from that and in the requirements.txt i have that "Jinja2==3.1.4"
@codewithjoshoffical
@codewithjoshoffical 2 ай бұрын
Could be with how everything is set up, tough to say without seeing the code. You could maybe post the error here or some of the code.
@studentanonim2783
@studentanonim2783 2 ай бұрын
@@codewithjoshoffical I got stuck in 10th minute, where my html file couldn't execute a jinja code, I can write the jinja code but my html code is not becoming without color like in the video and jinja with color. So that i can notice that my html file stays html when im trying to write jinja2 code
@nikolatesla30
@nikolatesla30 4 ай бұрын
Many many thanks🎉
@codewithjoshoffical
@codewithjoshoffical 4 ай бұрын
Absolutely 💯. I’m glad you got value!
@rudyitiel6529
@rudyitiel6529 2 ай бұрын
Great video but after correcting the password_hash in the main.py I now have an operation error and I don't know how to solve it
@codewithjoshoffical
@codewithjoshoffical 2 ай бұрын
If your database was already created then you should delete the instance folder and your database and try to run it again
@lifewithfletcher23490
@lifewithfletcher23490 2 ай бұрын
U actually reply with solutions Guess I didn't subscribe to the wrong guy ​@@codewithjoshoffical
@LarrzoneSolutions
@LarrzoneSolutions 2 ай бұрын
the code in your github repo is different
@Angel-o3m2q
@Angel-o3m2q 10 күн бұрын
No funciona
Secure OAuth 2.0 in Flask: Python User Authentication Guide
33:32
Code with Josh
Рет қаралды 3,7 М.
GitHub Actions | Deploy Flask App #5 | HarshaSelvi
28:11
HarshaSelvi
Рет қаралды 2 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 61 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 651 М.
Python Flask Authentication Tutorial - Learn Flask Login
29:35
Arpan Neupane
Рет қаралды 237 М.
Secure Login System in Python
14:43
NeuralNine
Рет қаралды 114 М.
SQLModel + FastAPI: Say Goodbye to Repetitive Database Code
19:50
Intro to Flask-Security
22:49
Pretty Printed
Рет қаралды 40 М.
SQLModel: The Python Library You Didn’t Know You Needed
14:57
User Authentication in Flask App using JWT [ JSON Web Token ]
24:32
build a meme Python website (Flask Tutorial for Beginners)
13:30
NetworkChuck
Рет қаралды 519 М.