Developing Login & Registration API using Laravel Sanctum

Поделиться
HTML-код
  • Опубликовано: 13 авг 2024
  • Registration, Login and Logout API using Laravel Sanctum
    Github Link: github.com/codetagon/laravel_...

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

  • @poltechsolutions
    @poltechsolutions 5 дней назад

    Very Nice Insights, I love how this is detailed

  • @timurardabayev2742
    @timurardabayev2742 Год назад

    what's extension for "public function" cut?

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

    emejinx

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

    Amazing! Thanks bro.

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

      Glad you like it 😇

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

    Amazing bro; thanks

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

    Can u make a tutorial on webhooks please

    • @codetagon
      @codetagon  2 года назад +1

      Yes, I will drop it in few days, remember to subscribe

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

      @@codetagon I have notifications on 😍😍

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

      Although, I might not be able to make the video soon enough, if I can know what you want to use it for, I can give you suggestions and resources to build it.

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

      @@codetagon Hi brother♥️
      I just wanted to know how to build wehbooks between two applications to communicate when an update occurs

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

      It's quite simple, let's say you have 2 apps A and B, B needs an update from A anytime something happens in A, what B needs to do is create an API endpoint, in which A will make a HTTP request to, this endpoint can be POST methods, incase you wish to submit additional data to it. Am I communicating?