Getting Started With Django All Auth

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 มิ.ย. 2024
  • In this video I'll show you how to setup Django All Auth and connect Google OAuth to it so your users can login with their Google accounts.
    Need one-on-one help with your project? I can help through my coaching program. Learn more here: prettyprinted.com/coaching
    Get the code here: prettyprinted.com/l/Pqo
    Github: github.com/prettyprinted
    Twitter: / pretty_printed

ความคิดเห็น • 25

  • @68babi
    @68babi 2 หลายเดือนก่อน +2

    You made it very clear! Thank you!

  • @sagartamang0000
    @sagartamang0000 3 หลายเดือนก่อน

    Fabulous and straight to the point!

  • @edehgeorge8257
    @edehgeorge8257 8 วันที่ผ่านมา

    Great content. Thanks a ton

  • @abubakarawode5548
    @abubakarawode5548 หลายเดือนก่อน

    Great video please make one on how to customize the pages. Thank you🙏🙏

  • @malbthali
    @malbthali 2 หลายเดือนก่อน

    رائع، وممبدع، انا ممتن

  • @sebastiancastillo3560
    @sebastiancastillo3560 5 หลายเดือนก่อน

    Thank you very much !!
    is it possible to extend this with django api rest?

  • @krzysiekkrzysiek9059
    @krzysiekkrzysiek9059 5 หลายเดือนก่อน

    Awesome 👌

    • @prettyprinted
      @prettyprinted  5 หลายเดือนก่อน

      Thanks for watching!

  • @aashayamballi
    @aashayamballi 5 หลายเดือนก่อน

    thank you!

    • @prettyprinted
      @prettyprinted  5 หลายเดือนก่อน

      Thanks for watching!

  • @pankajpatil4963
    @pankajpatil4963 4 หลายเดือนก่อน +1

    thank you so much for helping me

  • @AliMughrabi
    @AliMughrabi 5 หลายเดือนก่อน

    Thank u ❤

    • @prettyprinted
      @prettyprinted  5 หลายเดือนก่อน

      You're welcome 😊

  • @harshrajyoutube
    @harshrajyoutube 4 หลายเดือนก่อน

    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?

  • @juanmarioparra
    @juanmarioparra 12 วันที่ผ่านมา

    excelent video.

  • @amine63404
    @amine63404 4 หลายเดือนก่อน

    Hello, I just discovered your amazing channel.
    I wanted yo ask for your advice please, should I learn django or flask, really I am hesitating, I want to pick one and learn it deeply and make some projects with it.
    Please which framework can do the most : django or flask ?

    • @SisiraSomaratne
      @SisiraSomaratne 4 หลายเดือนก่อน +1

      Learn Django! I will help you to quickly create websites with database backend. And later you can learn applications like Wagtail where you can do many things easily. To do all those, you need Django backgoround.

  • @jonron3805
    @jonron3805 20 วันที่ผ่านมา

    How do we modify the templates? like the login page? The code of that is in the allauth folder withing venv, so how can I change that?

  • @FlutterPythoncombo
    @FlutterPythoncombo 4 หลายเดือนก่อน

    Thank you very much My man,An issue here, What if I want to have < Google Sign in button > in HomePage, so the user dont need to go to a second page to Login or Signup , like all the other webapp, just by clicking

  • @Septumsempra8818
    @Septumsempra8818 4 หลายเดือนก่อน

    How do we get auth to work when using Google sign in when in the instagram/Facebook in-app browser?

  • @rec-trick
    @rec-trick 2 หลายเดือนก่อน

    i can use this method with django ninja ?

  • @cabeloparasyte4069
    @cabeloparasyte4069 หลายเดือนก่อน

    Which VSCode theme is this?

  • @wetubetech49
    @wetubetech49 2 หลายเดือนก่อน

    I already have implemented django authentication in my project how can i replace those with all auth

    • @noorzaibchohan1200
      @noorzaibchohan1200 หลายเดือนก่อน

      remove all the configurations for that authentications and migrate the database. after doing that implement all-auth from scratch once again. this is the easiest way to do