Social authentication for Django

  Рет қаралды 6,627

Cloud With Django

Cloud With Django

Күн бұрын

Пікірлер: 41
@CloudWithDjango
@CloudWithDjango Жыл бұрын
Authorization callback URL: 127.0.0.1:8000/accounts/github/login/callback
@inteliconn995
@inteliconn995 Жыл бұрын
You provide the best Django content on youtube. Thanks!
@CloudWithDjango
@CloudWithDjango Жыл бұрын
Thank you very much! I'm glad that you are enjoying the content!
@farazahmed1668
@farazahmed1668 Жыл бұрын
I am learning django and I have not seen that much advance content on django. specially like this video and the amazing part is cloud computing with django.
@CloudWithDjango
@CloudWithDjango Жыл бұрын
Thank you very much, Faraz! I really appreciate your feedback! Happy learning!
@farazahmed1668
@farazahmed1668 Жыл бұрын
@@CloudWithDjango Thank you so much for your reply. Also I want know more about you. Please make a video in which you appears with your face with your story about how you get there like all the skill set you have and also about the motivation of this wonderful chennal focusing only on django when there are lots of distractions out there like fastapi and stramlit and data science all that distraction. How you tackle all that distraction, whats your age whats your job where you live Why not you Vlog? and make it home video of your chennal. Thank you
@CloudWithDjango
@CloudWithDjango Жыл бұрын
​@@farazahmed1668 Hi Faraz, My pleasure! Thank you very much for your message and for your interest in getting to know me. I appreciate it! I am planning on doing live streams in the future which will be more interpersonal and social. I also have a few ideas coming up which will address what you have mentioned. I just have a lot of things to do at the moment, but in time the channel will grow and diversify.
@davidbrownsom1936
@davidbrownsom1936 5 ай бұрын
Your tutorial was incredibly helpful and saved me a ton of time. Much appreciated!
@CloudWithDjango
@CloudWithDjango 5 ай бұрын
Thank you for your kind words. I'm glad that it was of value to you!
@thesealednectar22
@thesealednectar22 Жыл бұрын
most developers use django rest framework nowadays, please create more content with drf as the base project
@Studywithayaz1
@Studywithayaz1 4 ай бұрын
Agree
@RiteshSingh_MZP
@RiteshSingh_MZP 6 ай бұрын
Still working, Awesome and thanks
@CloudWithDjango
@CloudWithDjango 6 ай бұрын
I'm glad to hear that! Of course, my pleasure!
@ukaszsi1413
@ukaszsi1413 6 ай бұрын
Nice one, thanks - please consider doing similar one but for Django and SPA as FE, allauth added support for this, I think this could be a very popular video :)
@CloudWithDjango
@CloudWithDjango 6 ай бұрын
Thank you for the suggestion! :)
@demiz
@demiz Жыл бұрын
this video is a life changer, awesome work bro
@CloudWithDjango
@CloudWithDjango Жыл бұрын
Thank you very much, Demiz! I'm glad that you found it useful.
@user-djangobd
@user-djangobd Ай бұрын
This is really helpful video , but please can you tell me how I customize the authentication template?
@CloudWithDjango
@CloudWithDjango Ай бұрын
I'm glad that it helped! I'd suggest referring to the docs for that
@Studywithayaz1
@Studywithayaz1 4 ай бұрын
Please make a video how can we integrate dj-rest auth using DRF snd REACT
@CloudWithDjango
@CloudWithDjango 4 ай бұрын
Thank you for your suggestion!
@ahmadumar9387
@ahmadumar9387 Жыл бұрын
thanks for your new great input... we need content like yours!
@CloudWithDjango
@CloudWithDjango Жыл бұрын
Thank you very much, Ahmad! I really appreciate the support!
@farazahmed1668
@farazahmed1668 Жыл бұрын
You are doing amazing JOb
@CloudWithDjango
@CloudWithDjango Жыл бұрын
Thank you very much!
@harshrajyoutube
@harshrajyoutube 10 ай бұрын
Your video was fantastic, sir. However, I'd prefer to skip the "want to continue" page. Similar to other websites, when I click "login via Google," I want to be directly redirected to the email list page for login. How can I make that happen?
@CloudWithDjango
@CloudWithDjango 9 ай бұрын
Thank you so much! To skip the "want to continue" page and directly redirect users to the email list page for login after clicking "login via Google," you need to modify your authentication flow. First, ensure you have configured Google authentication properly in your Django project. Then, instead of redirecting users to the "want to continue" page after Google authentication, you should directly redirect them to the email list page.This typically involves changing the URL or view function that handles the redirect after successful Google authentication. Look for the part of your code where the redirect happens after Google authentication and modify it to redirect directly to the email list page. If you're using a package like django-allauth for authentication, you might need to customize its behavior to achieve this. Check the documentation or community forums for instructions on customizing the authentication flow. By making these changes, users will be seamlessly redirected to the email list page after logging in via Google, without encountering the "want to continue" page. Good luck!
@diezitrone_111
@diezitrone_111 Жыл бұрын
Hey, does this also work with drf?
@CloudWithDjango
@CloudWithDjango Жыл бұрын
Hi, You would need to try and see unfortunately. I'd suggest taking a deeper look into the documentation.
@Ashkarm-qi8jy
@Ashkarm-qi8jy 9 ай бұрын
after logged in we can able to redirect into the google authentication page how to redirect them into the home page. Is anyone know please replay...
@CloudWithDjango
@CloudWithDjango 9 ай бұрын
Hi, I'd also suggest taking a deeper look at the docs
@somiakhaled
@somiakhaled Жыл бұрын
could please make one to explain how to convert allauth into api using django rest api
@CloudWithDjango
@CloudWithDjango Жыл бұрын
Hi Mariam, Thank you for your suggestion! If I have time, I could look into something like that.
@edslow
@edslow Жыл бұрын
Good stuff!
@CloudWithDjango
@CloudWithDjango Жыл бұрын
Thank you!
@mouse6835
@mouse6835 Жыл бұрын
Thank you so much man
@CloudWithDjango
@CloudWithDjango Жыл бұрын
My pleasure!
@sidds09
@sidds09 Жыл бұрын
do a good project with some advance features.
@CloudWithDjango
@CloudWithDjango Жыл бұрын
Thank you for your suggestion.
@ajp1732
@ajp1732 Жыл бұрын
Thank you!
@Coden69
@Coden69 Жыл бұрын
👍👍
Host uploaded images from Django with Cloudinary
37:34
Cloud With Django
Рет қаралды 4,3 М.
Getting Started With Django All Auth
19:01
Pretty Printed
Рет қаралды 13 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Types of Dad
3:44
Shailley Srivastava
Рет қаралды 208
Python Django Social Authentication | Django AllAuth Tutorial
18:02
Code With Stein
Рет қаралды 25 М.
User registration and authentication in Django
58:35
Cloud With Django
Рет қаралды 37 М.
How to Dockerize a Django Project Step-by-Step
39:31
Codasteroid
Рет қаралды 44
Easily Integrate Google SSO into your Django projects
28:02
Cloud With Django
Рет қаралды 3,8 М.
Web security tips for Django
10:06
Cloud With Django
Рет қаралды 8 М.
Check your SEO with Django
13:53
Cloud With Django
Рет қаралды 6 М.
Django Login Form and User Authentication
17:01
Dave Gray
Рет қаралды 19 М.
Israel Has The Right To Defend Itself | Stand-up Comedy by Daniel Fernandes
15:07