From Zero to "Log In With GitHub" in Minutes, using Laravel

Поділитися
Вставка
  • Опубліковано 18 вер 2024

КОМЕНТАРІ • 36

  • @lucasj.pereira4912
    @lucasj.pereira4912 2 роки тому +6

    That was smooth and well polished. Thank you Jeffrey!

  • @ajaxray
    @ajaxray Рік тому

    Love the style you explain the things 😍
    To the point, compact and complete!

  • @AmeenAltajer
    @AmeenAltajer 2 роки тому +1

    That was quick and to the point, thanks man!

  • @amaelftah
    @amaelftah 2 роки тому

    warp terminal is so cool ... and also pstorm command is very nice idea

  • @MayankSinghParmar
    @MayankSinghParmar Рік тому

    Wonderful and amazing!!

  • @helderlimaletsgo
    @helderlimaletsgo 2 роки тому

    Thank you so much for this Jeff

  • @khalidelgazzar
    @khalidelgazzar 2 роки тому

    Great vidéo. Thanks Jeffrey

  • @eracton
    @eracton 2 роки тому

    You always make programming look easy :)

  • @TIAGO543211
    @TIAGO543211 8 місяців тому

    pretty easy! thank you!

  • @chalitajodrum328
    @chalitajodrum328 Рік тому

    Thank you!

  • @dev_jeongdaeri
    @dev_jeongdaeri 2 роки тому

    Super amazing! 👍👍👍

  • @wizardtechlabbs5902
    @wizardtechlabbs5902 2 роки тому

    That was like fast to do and to understand but i got it thanks

  • @Tuto1902
    @Tuto1902 2 роки тому

    Great video. Very informative ⭐️⭐️⭐️⭐️⭐️ Small suggestion thou: 3 point lighting 😬 ...sorry, I'll see myself out 😔

  • @kyledoesdev
    @kyledoesdev 2 роки тому

    Great video!

  • @jhmesseroux
    @jhmesseroux 2 роки тому +2

    great content ever !!! How can i show laravel error message in spanish please ???

    • @jhmesseroux
      @jhmesseroux 2 роки тому

      i don't know what's happen but i can not see the any response , i just see the notification that someone answer my question

  • @2gbeh
    @2gbeh 2 роки тому

    A+

  • @vircheous
    @vircheous 6 місяців тому

    If you are ever going to be a teacher, pray to God, that he gives you a mind and heart like Jeffrey's to effectively communicate your intentions and reach your students.

  • @L9TurboBoost
    @L9TurboBoost 2 роки тому +1

    well done as always.
    I'm wondering, what are the downsides of disabling the eloquent guard / allowing github fields into the model?
    you mentioned it being vulnerable to attacks.
    I assume that's only the case if you have an insecure input form of some sort, or if you've screwed things up in the back-end?

    • @mabdullahsari
      @mabdullahsari 2 роки тому +6

      You are only vulnerable if you do silly things like Model::create($request->all()) which will pass unvalidated data, hence mass assignment attack.
      Fillable is a nuisance imo, I always disable it.

  • @genephillip4233
    @genephillip4233 2 роки тому

    well done sir 😁😁

  • @lysokkong5826
    @lysokkong5826 2 роки тому

    amazing video

  • @clipsnshorts2
    @clipsnshorts2 2 роки тому

    Hi any idea why blade is not updating? Just baked a fresh project in my m1 device and it seems to not updating changes. tried optimize, dump-autoload and still none of these are working. just migrated from windows to macOS

  • @shooorov
    @shooorov 2 роки тому

    😀👌

  • @mnogokotin
    @mnogokotin 2 роки тому

    thx for the video )

  • @davidandersson4091
    @davidandersson4091 2 роки тому +1

    If password is null, wouldn't it be possible for anyone to login "normally" with the email and empty password?

    • @jeffreyway520
      @jeffreyway520 2 роки тому +2

      It's nullable on the database end. You'd still add validation as usual.

  • @JohnSmith-zl8rz
    @JohnSmith-zl8rz 2 роки тому

    You play guitar Jeffrey?

  • @pranaysute635
    @pranaysute635 2 роки тому

    amazing video!!Could you please make one with twitter login?

    • @mikulcek
      @mikulcek 2 роки тому +1

      It’s the same, just try for yourself.

    • @pranaysute635
      @pranaysute635 2 роки тому

      @@mikulcek I tried this already but had no luck 🙄

  • @ericmp1199
    @ericmp1199 2 роки тому

    💯/💯

  • @jayralbano
    @jayralbano 2 роки тому

    Straighforward

  •  2 роки тому

    One problem I see is that it would return error if user with email already exists but was created with regular registration so github_id is not set.

    • @manojo123
      @manojo123 2 роки тому

      nice catch! the easy fix for this is to set the email field instead github_id in updateOrCreate method

  • @tiagotheoliveira
    @tiagotheoliveira 2 роки тому

    Great video!!!