Laravel 10 REST API development with JWT. Part One: Installing JWT Auth package

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

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

  • @ucluatho3563
    @ucluatho3563 11 месяцев назад +3

    I am looking forward to seeing next video, thank you

    • @wisdomdiala
      @wisdomdiala  11 месяцев назад +1

      You're welcome, will be dropping it soon. Please subscribe to my channel if you haven't subscribed and also turn the notification bell icon on, to get notify anytime I upload a new video.

    • @wisdomdiala
      @wisdomdiala  11 месяцев назад +1

      Part two of the video: ruclips.net/video/mA9xGXrgrmI/видео.html

    • @ucluatho3563
      @ucluatho3563 11 месяцев назад

      @@wisdomdiala great

  • @JoseAldoOchoaHinojos
    @JoseAldoOchoaHinojos 8 месяцев назад

    Desde México, te agradezco mucho

  • @NIKHILSCI-t3g
    @NIKHILSCI-t3g 4 месяца назад

    how to use this jwt toke in laravel 10 with mongodb ?

  • @RoyDimitryNgamakoYoumbi
    @RoyDimitryNgamakoYoumbi 9 месяцев назад

    vous avez travailler dessus comme un pro mais c est incomplet il manque la deconnexion

  • @TrikNgonlen
    @TrikNgonlen 11 месяцев назад

    Can I use both JWT and Sanctum in one single Laravel project?

    • @TrikNgonlen
      @TrikNgonlen 11 месяцев назад

      or what is the key difference of the two?

    • @wisdomdiala
      @wisdomdiala  11 месяцев назад +1

      Nope, you either use one of them, and for the difference, JWT is stateless while sanctum is not.

    • @TrikNgonlen
      @TrikNgonlen 11 месяцев назад

      @@wisdomdiala awesome...thanks for the answer.
      Any advice how to choose between of them based on the app needs?