👉 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
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 :))
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
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
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
@@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 :)
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
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 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
👉 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
I saw many flask authentication tutorial and this is really the best
Thank you so much! I’m glad it was helpful 😁
I agree👍
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.
Great to hear! Hopefully now with mine you’ll be watching less of others 😄
Comprehensive and detailed explanation. Thank you! very engaging tutorial!
Glad you got value! 😁
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 :))
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
Very good, reading thru the SqlAlchemy docs give me pain
Reading through most docs turn my hair gray 😆
Love this! I hope you do a follow up video on this project but with Flask-migrate!
Great idea, heard!
Thank for sharing this tutorial
You bet! 😁
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
I’m happy to hear that! I’ll continue to put together a mini series around Flask before expanding onto Django
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.
Thank you for your kind words 🙏🏼. I’m glad you got value!
Looking forward to google authentication next
Coming soon 🔜
Exactly what I was looking for. thanks
Glad you’re finding it helpful! 😁
I need to ask can I modify this method to encrypt sessions and manage public keys??
‘Tis awesome. Thank you. Is it possible to connect Stripe connect to it?
You sure can! That would be a fun one to put together 😁. Is that something you’d want to see?
@@codewithjoshoffical yes please.
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
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
Super!
Thanks!
Great video, thanks :)
Thank you! Let me know if there’s anything you’d like to see done
@@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 :)
Can you make the app based on Llama 3 python and Postgre SQL
Great recommendation. Definitely I can start looking into 👀
I will love this too. I’ve been trying to do something similar. To read data with tesseract and analyse them.
Can you make a connection to mysql instead sqlite?
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
Many many thanks🎉
Absolutely 💯. I’m glad you got value!
Bro which theem you use?
Which one?
the code in your github repo is different
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
If your database was already created then you should delete the instance folder and your database and try to run it again
U actually reply with solutions
Guess I didn't subscribe to the wrong guy @@codewithjoshoffical
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"
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.
@@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