Пікірлер
@huynhthanhliem11x13
@huynhthanhliem11x13 Жыл бұрын
does it react to database ?
@senadmeskincoding
@senadmeskincoding Жыл бұрын
What do you mean?
@huynhthanhliem11x13
@huynhthanhliem11x13 Жыл бұрын
@@senadmeskincoding does it hit the database?
@Vietnamcamping89
@Vietnamcamping89 Жыл бұрын
what about the problem when someone copy that string then encoding/decode on browser
@gabrielcaraos8729
@gabrielcaraos8729 Жыл бұрын
is there a difference between the zone vibe 100 other than the cables and dongle?
@senadmeskincoding
@senadmeskincoding Жыл бұрын
No idea man, these are great.
@Jovito69
@Jovito69 2 жыл бұрын
for (var number = 1; number <= 15; number++) { if (number % 3 == 0 && number % 5 == 0) { Console.WriteLine("FizzBuzz"); } else if (number % 3 == 0) { Console.WriteLine("Fizz,"); } else if (number % 5 == 0) { Console.WriteLine("Buzz"); } else { Console.WriteLine(number); } }
@ajbotha7232
@ajbotha7232 2 жыл бұрын
Dude you rock. Thank you
@tonyriddle7646
@tonyriddle7646 3 жыл бұрын
in jwt.io ... it shows invalid signature... explain plz??
@tonyriddle7646
@tonyriddle7646 3 жыл бұрын
it was like console version of JWT ... thank you
@Dartstefan
@Dartstefan 4 жыл бұрын
hvala senade, ovo je tačno ono što sam tražio !
@senadmeskincoding
@senadmeskincoding 4 жыл бұрын
Nema problema, hvala tebi.
@huzefajtg3489
@huzefajtg3489 4 жыл бұрын
Thank You, very well explained. Also Thank you for the code as well
@parhamdavari
@parhamdavari 4 жыл бұрын
Thank you so much sir! you kinda saved my life!!
@letsgodevs
@letsgodevs 4 жыл бұрын
Wow... Thank you .. You are a hero
@yehornedbalo2969
@yehornedbalo2969 4 жыл бұрын
Thanks!
@priyankabarde6503
@priyankabarde6503 4 жыл бұрын
Could you please make some more video
@priyankabarde6503
@priyankabarde6503 4 жыл бұрын
very simple way explained a complex term
@ariefs1277
@ariefs1277 4 жыл бұрын
what browser extensions that you used ? to show the json,rawdata and headers ?
@adnanertorer4900
@adnanertorer4900 4 жыл бұрын
Very clean explanation. Thank you very much!
@МаратНизаев-ч2н
@МаратНизаев-ч2н 4 жыл бұрын
Simply the best!
@МаратНизаев-ч2н
@МаратНизаев-ч2н 4 жыл бұрын
Thank you for understandable English! Very easy for Russian ear!
@rajib4595
@rajib4595 4 жыл бұрын
your explanation of token based authentication was great .please make a video with a login pages and registration
@TheCchharles
@TheCchharles 4 жыл бұрын
Good afternoon, I have a customer in Vue who consumes an api, and implemented the JWT authorization explained in the video. Should I send from my client in Vue the security key to the AuthController? Since watching the video any client that can find out the address of the controller, it can generate the token back to access to the api. Thank you very good video congratulations, I wait for your answer
@senadmeskincoding
@senadmeskincoding 4 жыл бұрын
Hi Carlos, This video was just a demo, in a real-life app you should protect your token generator with another form of authorization. It could be any type that suits you. The unprotected token generator doesn't have purpose.
@vontz9887
@vontz9887 4 жыл бұрын
Very clearly explained. Good job and thank you!
@garyfirzon
@garyfirzon 4 жыл бұрын
Awesome and clear!
@JamsheerIndian
@JamsheerIndian 4 жыл бұрын
using httpost here for getting the token ? ..is it right way ? anyone pls reply, (i am new)
@senadmeskincoding
@senadmeskincoding 4 жыл бұрын
This is not about right or wrong way, this is just demonstration how to use tokens, and how to implement them into your app. And certainly everyone should use https in production, but this is demo on local PC.
@vazhadvalishvili6426
@vazhadvalishvili6426 4 жыл бұрын
Great video, thatk you !
@javierlansky3893
@javierlansky3893 4 жыл бұрын
Excellent video, Could you explain us how the session expiration time works, how to use the "lifetime expiration validation"? Thanks a lot
@ievheniiierokhin1677
@ievheniiierokhin1677 4 жыл бұрын
very nice example
@faustogomez7731
@faustogomez7731 4 жыл бұрын
a usefull video, thanks
4 жыл бұрын
Very descriptive. Thank you
@giftfelix4848
@giftfelix4848 4 жыл бұрын
Amazing and impactful session. thanks.
@defektruke
@defektruke 4 жыл бұрын
thanks! You should make more videos about this !!!!
@defektruke
@defektruke 4 жыл бұрын
svaka cast
@rguere
@rguere 4 жыл бұрын
Good video my friend!! danke!!
@CarlosRuiz-zz1ee
@CarlosRuiz-zz1ee 4 жыл бұрын
Best explanation ever! so simple
@siddharthrai4282
@siddharthrai4282 4 жыл бұрын
You are awesome ... Thanks for making such a informative vedio.
@jimmygozalbenarditi2763
@jimmygozalbenarditi2763 4 жыл бұрын
thank you for the great tutorial!
@dilaramavi
@dilaramavi 5 жыл бұрын
Thank You!!!
@kolesplace
@kolesplace 5 жыл бұрын
Very nicely done. Thank you.
@mdabuzar2130
@mdabuzar2130 5 жыл бұрын
Please share one on Referesh token with JWT
@sothecominternational8973
@sothecominternational8973 5 жыл бұрын
Excellent Introduction and explanation. So many other tutorials seem to overcomplicate it and generally trying to sell you their services. Thanks for this. Look forward to your video on Authorising with Policies etc Happy to click on your paypal link when you have one
@senadmeskincoding
@senadmeskincoding 5 жыл бұрын
Thanks.
@karuppaiahmani3901
@karuppaiahmani3901 5 жыл бұрын
awesome man..
@rajesh88996
@rajesh88996 5 жыл бұрын
Thanks you so much smeskln
@vamsi8669
@vamsi8669 5 жыл бұрын
Hi Many Thanks, This really helped me
@nssandhu4401
@nssandhu4401 5 жыл бұрын
Please have the font size increased in your next videos. It is straining to read it at this level.
@senadmeskincoding
@senadmeskincoding 5 жыл бұрын
Thanks, I will.
@rogeriooliveira8872
@rogeriooliveira8872 5 жыл бұрын
Simple and very nice.
@danieljunior6282
@danieljunior6282 5 жыл бұрын
Thank you very much!!!! You help me to be approved in a test for a new job with your Jwt videos.
@senadmeskincoding
@senadmeskincoding 5 жыл бұрын
Really? I'm really glad. :)
@danieljunior6282
@danieljunior6282 5 жыл бұрын
@@senadmeskincoding i have onde question. Sometimes, on consume API with bearer token, i have to pass parameters user and password. How to implement It?
@senadmeskincoding
@senadmeskincoding 5 жыл бұрын
That is different type of authentication, it's called basic authentication, you take username and pass and covert them into the base64 then send them as header to server. Soon I will create video with step by step auth in asp.net core 3.0
@walrus-splice-renewable
@walrus-splice-renewable 5 жыл бұрын
@@senadmeskincoding Looking forward to this! Please post ASAP! Thanks!
@richardassal7788
@richardassal7788 5 жыл бұрын
Can you direct me to a video or a hyperlink that will show me how to reject (black list) a token and still use this methodology? Can the token be inspected at the API call? Let’s assume a token has been ill gotten. I would like the opportunity to stop the token in its tracks without having to bring down the server.
@senadmeskincoding
@senadmeskincoding 5 жыл бұрын
I have no link but I could create a video with all that in. Net core 3.0?
@SuneelKumar-un9fw
@SuneelKumar-un9fw 5 жыл бұрын
Thank you sMeskIn,it easy to understand me your two videos of Jwt token with claims. please provide all asp.net core videos
@SuneelKumar-un9fw
@SuneelKumar-un9fw 5 жыл бұрын
Thanks sMeskIn,this video really super for beginners and advance level.could please provide full course of ASP.core latest version
@Kakaranish
@Kakaranish 5 жыл бұрын
Very good tutorial. Thank you man!
@rudic.yuwono4401
@rudic.yuwono4401 5 жыл бұрын
Thank you very much!! I've been researching how to implement JWT Authorization to no avail. I always had a hard time understanding this on other tutorials online, but in this video I could grasp it all in one playthrough!! Success always for your channel!
@senadmeskincoding
@senadmeskincoding 5 жыл бұрын
Thank you :)
@priyankabarde6503
@priyankabarde6503 4 жыл бұрын
same here