Create a Google Login Page in PHP

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 32

  • @dave-hollingworth
    @dave-hollingworth  Месяц назад +1

    Thank you for watching! Please consider supporting my channel: ☕ko-fi.com/davehollingworth

  • @earavichandran
    @earavichandran Месяц назад +5

    Your videos are interesting... In a small video, you dump lot of informations....
    Your courses are also awesome. I joined 3 courses on udemy...and following along with that...
    ❤❤❤🎉🎉

  • @efbYouTube
    @efbYouTube Месяц назад

    TY!! so VERY useful & beautifully explained as always!!

  • @mounir101
    @mounir101 Месяц назад

    Great work as always. Thanks.

  • @thanhphatleCNTT
    @thanhphatleCNTT 24 дня назад +1

    Thank You So Much Sir

  • @SuranjithPrasad
    @SuranjithPrasad Месяц назад +2

    Sir this is great, Can you do Laravel step by step tutorial set, for notes app, user can create accounts, and save own notes in dashboard, I expect small videos, like 2-3mins , no need more explanations,

  • @alalyrealestate1136
    @alalyrealestate1136 Месяц назад +1

    Hello Dave, and thank you for your all amazing content. I wonder! Are you going to launch a LARAVEL course soon?

    • @dave-hollingworth
      @dave-hollingworth  Месяц назад +2

      Not anytime soon I'm afraid, but I'll post here if and when I do!

  • @ahmedmohamedtahir9514
    @ahmedmohamedtahir9514 Месяц назад

    Great video explained very well !!. Thank you Dave, Could you please make a video about getting resource that related to another collections (or tables) in an API app with Laravel or Slim. for example, an user that have his posts, orders, images...

  • @zommedking7766
    @zommedking7766 15 дней назад

    hi, dave how to export and import comma seperated, tab separted kind of file using php and mysql?

  • @earavichandran
    @earavichandran Месяц назад +1

    Sir, one request... Please make a course or video about how to use debugging in php...

  • @acentra
    @acentra Месяц назад

    Hello Dave, great videos. Do you have planned a tutorial for passkey based authentication?

    • @dave-hollingworth
      @dave-hollingworth  Месяц назад

      No, but I'll make a note of it, thank you for the idea!

  • @abdelhamidnehlil7277
    @abdelhamidnehlil7277 Месяц назад +1

    Merci beaucoup

  • @dividsky
    @dividsky Месяц назад

    Nice video, but how do you manage and secure multiple pages with this integration ?

    • @dave-hollingworth
      @dave-hollingworth  Месяц назад +1

      If you create your own signin system, you would have a form to collect user credentials, that you'd store in a database. Using the technique in this video however, you pass that off to Google. When the user has authenticated with Google, you can get the user details such as email, name and so on. So what you would do is store these in a database, and use regular signin techniques to protect pages, e.g. using the session.

    • @dividsky
      @dividsky Месяц назад

      @@dave-hollingworth : i see... but there is nothing unique in the datas returned from google. maybe the email but my system allow to have multiple accounts with the same email (as email isn't unique in the database)... thx in advance, great tutorial!

    • @dividsky
      @dividsky Месяц назад

      ie : my profiles are username/pw based. emails are extra data.

    • @dave-hollingworth
      @dave-hollingworth  Месяц назад

      @@dividsky Perhaps generate a unique username if the email address isn't unique in your system

    • @dave-hollingworth
      @dave-hollingworth  Месяц назад

      Oh sorry I just saw your other reply - then you'd have to link the user / email to its unique userid somehow, perhaps get them to select a username when they sign up

  • @jediampm
    @jediampm Месяц назад

    Hi Mr. Dave, thanks for the video.
    However it is incomplete. What mean ? this is only the start of the workflow.
    As you know, Auth is not only login but also about logout and the between, like session expiration, in this case token expiration and validation like a jwt,
    So, i appreciate the video, as such please show us how to logout, validate the token, etc,
    And to finish and if you want to do it with an Apple account or Facebook account, will have to install a package for each ? make no sense. you have to generate an api token for each however you in single solution like oauth2 server and oauth2 client like in thephpleague packages. ;)
    Note: dont do a laravel course on udemy because already exist too many courses, in my opinion.
    Do a course about Symfony, Thanks.

    • @dave-hollingworth
      @dave-hollingworth  Месяц назад +2

      Absolutely, this is only one small aspect of authentication. Yes, if you wanted to do the same with Apple, Facebook etc, you'd need another package. There are services like Auth0 that do several, I'll probably do a video on that eventually.
      I am considering a Symfony course yes, I agree that the Laravel space is saturated already.

    • @jediampm
      @jediampm Месяц назад

      ,
      Thanks, i really appreciate the fact that your are at least considering a Symfony course (of course i would buy it without a thought compare if you release a laravel course for the reason i mention).
      Anyway, a video like you did for laravel, would be great. Symfony has great docs and take advantages of newest features of PHP like type system, strict declaration and PHP attributtes.
      Thanks. ;)

  • @dwaynebrown163
    @dwaynebrown163 17 дней назад

    Could you please go over that again something happened and I couldn't hear what you were saying

  • @onelook1870
    @onelook1870 Месяц назад

    Something similar for payment

  • @redrealtech6361
    @redrealtech6361 Месяц назад +1

    I like your videos. I would like if you create more videos on Laravel and how we can implement these features in laravel. Thank you

  • @tylnedriavalendorf
    @tylnedriavalendorf Месяц назад

    Udemy laravel course please Dave 😢😢😢😢

    • @dave-hollingworth
      @dave-hollingworth  Месяц назад

      Out of interest, do you particularly want a Udemy course or could it be another platform?

    • @tylnedriavalendorf
      @tylnedriavalendorf Месяц назад +2

      @@dave-hollingworth I've noticed all your courses are on Udemy, hence I said it. It could be any platform

    • @dave-hollingworth
      @dave-hollingworth  Месяц назад

      @@tylnedriavalendorf Ah ok. Good to know, thank you!