[Part 9] React native Login with Laravel API || React and Laravel RESTful API - LaraSix

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024
  • Here you are watching part one from tutorial series called " #ReactNative Login with #Laravel API." in this video we will learn how to deal with laravel controller to create #login system for react native.
    Source Code: github.com/Har...
    APIs: www.hardeepcod...
    Live App: play.google.co...
    Blog Post: easycodesardar....

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

  • @Endrit719
    @Endrit719 2 года назад

    Hey sir, what if we have backend in laravel but we want to integrate login with socials(facebook,google etc), what should I use in react native side, is firebase okay or should I use something else?

  • @muhammadjunaid492
    @muhammadjunaid492 4 года назад

    kindly mention the link for previous video where you have implemented the functionality of apiController. your videos are not sequential manner. kindly categories and give them some order. thankyou

    • @EasyCodeSardar
      @EasyCodeSardar  4 года назад

      here is complete playlist
      ruclips.net/p/PLWrTy7mdWLT3MBfGclsrJZl7LyUWQKK78
      (if still confused about api controller
      please search "react native php user login" in my channel. you will get basic videos)

  • @emmanuelchika6603
    @emmanuelchika6603 5 лет назад +2

    but please can you help us start a series of flutter and dart?

    • @EasyCodeSardar
      @EasyCodeSardar  5 лет назад +1

      with dart basic or you ready learnt dart ?

    • @emmanuelchika6603
      @emmanuelchika6603 5 лет назад +1

      ​@@EasyCodeSardar Sir Just from scratch orrr.. hahaa... i mean like the days of larabook you remember we really enjoyed the entire stuff you know, just something like that! yea... n ... list i forget thanks for a quick response to my comment, really appreciate.

    • @EasyCodeSardar
      @EasyCodeSardar  5 лет назад

      sure brother, i will make series on your suggestions

  • @RajniGupta-xm3cm
    @RajniGupta-xm3cm 3 года назад

    I cant find the videos from part 1 to 8 ? Would anyone mind dropping a link here ?

    • @EasyCodeSardar
      @EasyCodeSardar  3 года назад

      i am giving you this playlist link, check and tell me if still have issue in finding videos
      ruclips.net/p/PLWrTy7mdWLT3MBfGclsrJZl7LyUWQKK78

  • @muhammadjunaid492
    @muhammadjunaid492 4 года назад

    its causing 419 error in the response. kindly give some briefing about csrf tokens

    • @EasyCodeSardar
      @EasyCodeSardar  4 года назад

      currently you are watching part-9
      please go through part-5 where i showed api controller

  • @emmanuelchika6603
    @emmanuelchika6603 5 лет назад

    nice one bro.

  • @khoroshoigra8388
    @khoroshoigra8388 5 лет назад

    I may ask you master! do I need to make an auth scaffolding when I going to use Laravel passport ??

    • @EasyCodeSardar
      @EasyCodeSardar  5 лет назад +1

      here you can see i am not dealing with passport for login. i just used simple auth:: attempt function to check login information

    • @khoroshoigra8388
      @khoroshoigra8388 5 лет назад

      @@EasyCodeSardar Am I safe to use normal login ??

    • @EasyCodeSardar
      @EasyCodeSardar  5 лет назад

      yes you are

    • @khoroshoigra8388
      @khoroshoigra8388 5 лет назад

      @@EasyCodeSardar Thank you very for assisting me because I'm confused to do an API security choice.