Laravel JWT Authorization - Tutorial for beginners

Поділитися
Вставка
  • Опубліковано 31 січ 2025

КОМЕНТАРІ • 11

  • @SemenP-i4x
    @SemenP-i4x Рік тому

    Thanx a lot for this guide! Fluent english from russian spell that's what i neeeed, man "]

  • @dracula1347
    @dracula1347 Рік тому +3

    thanks bro. recpect.

  • @NitishKumarPatra
    @NitishKumarPatra 11 місяців тому

    What if I don't use a refresh token and only use generate new token ?

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

    I was still able to fetch my info from the `\user` endpoint even after logging out

  • @NIKHILSCI-t3g
    @NIKHILSCI-t3g 8 місяців тому

    how to use this jwt in laravel project with mongodb?

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

    thanks, now how can we resolve login redirect and how can we use refresh token?

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

      Refresh token - use this token to get a new access token, and about login redirect, can you tell me more what you mean?

    • @luismendoza8428
      @luismendoza8428 5 місяців тому

      @@FireCampCourses Instead of attempting a redirect to the login page when authentication fails, I need it to respond with a JSON error message and a 401 status code.

  • @JalilMLopez
    @JalilMLopez 11 місяців тому

    thankss

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

    thanks dear