Laravel Rest Api Authentication With JWT Authentication (Jason Web Token Auth) - Laravel

#laravel #php #api
Today We will learn that how can we implement authentication in laravel rest api with jwt (jason web token) authentication. Well I tried to explain every point that will help you to make authentication api with jwt in laravel.
Thanks!

Пікірлер: 20

  • @louseh4935
    @louseh4935 Жыл бұрын

    Thanks a lot brother, you are great. I was stuck at installation. You demonstrate instillation very great

  • @takneekicode

    @takneekicode

    Жыл бұрын

    👍🏻

  • @timdavid1108
    @timdavid1108 Жыл бұрын

    Very good tutorial sir

  • @user-xc9vl3si3f
    @user-xc9vl3si3f10 ай бұрын

    Very Good Sir

  • @charleshere4062
    @charleshere4062 Жыл бұрын

    Really helped

  • @citramaharani4684
    @citramaharani46849 ай бұрын

    What's the different in using php open source, tymonjwt and firebase jwt? They have different syntax n make me confused

  • @alonhere4633
    @alonhere4633 Жыл бұрын

    very informative and to the point

  • @deranotessimbi6639
    @deranotessimbi6639 Жыл бұрын

    Thanks

  • @baskarc3483
    @baskarc3483 Жыл бұрын

    but the token not set the values example email id ,username token is empty how to set custom files set on token

  • @baskarc3483
    @baskarc3483 Жыл бұрын

    to encrypt the token that time the token is not any custom files set on the token how to fix this problem

  • @Newyorkmobvinnie
    @Newyorkmobvinnie Жыл бұрын

    General error: 1364 Field 'password' doesn't have a default value

  • @takneekicode

    @takneekicode

    Жыл бұрын

    Please make password field nullable.

  • @cr7johnChan
    @cr7johnChan3 ай бұрын

    bhai logout ka dikhao yaar

  • @nagininueveh5584
    @nagininueveh558411 ай бұрын

    I got this error: "message": "Class \"App\\Http\\Controllers\\Api\\User\" not found",

  • @takneekicode

    @takneekicode

    11 ай бұрын

    Import the User class..

  • @shwetacg8251
    @shwetacg8251 Жыл бұрын

    We have to install php for php command u have copied

  • @takneekicode

    @takneekicode

    Жыл бұрын

    Yes you have to install

  • @infocationindia6299
    @infocationindia6299 Жыл бұрын

    in post man i am getting 404 not found , what to do

  • @takneekicode

    @takneekicode

    Жыл бұрын

    That means your route not define in api.php or you are calling it wrong

  • @infocationindia6299

    @infocationindia6299

    Жыл бұрын

    @@takneekicode thank you sir register api is working , and in login api i get value to $credentails i.e email and password but token is not getting generated even is the credentials matches the database value.