what about the problem when someone copy that string then encoding/decode on browser
@gabrielcaraos8729 Жыл бұрын
is there a difference between the zone vibe 100 other than the cables and dongle?
@senadmeskincoding Жыл бұрын
No idea man, these are great.
@Jovito692 жыл бұрын
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); } }
@ajbotha72322 жыл бұрын
Dude you rock. Thank you
@tonyriddle76463 жыл бұрын
in jwt.io ... it shows invalid signature... explain plz??
@tonyriddle76463 жыл бұрын
it was like console version of JWT ... thank you
@Dartstefan4 жыл бұрын
hvala senade, ovo je tačno ono što sam tražio !
@senadmeskincoding4 жыл бұрын
Nema problema, hvala tebi.
@huzefajtg34894 жыл бұрын
Thank You, very well explained. Also Thank you for the code as well
@parhamdavari4 жыл бұрын
Thank you so much sir! you kinda saved my life!!
@letsgodevs4 жыл бұрын
Wow... Thank you .. You are a hero
@yehornedbalo29694 жыл бұрын
Thanks!
@priyankabarde65034 жыл бұрын
Could you please make some more video
@priyankabarde65034 жыл бұрын
very simple way explained a complex term
@ariefs12774 жыл бұрын
what browser extensions that you used ? to show the json,rawdata and headers ?
@adnanertorer49004 жыл бұрын
Very clean explanation. Thank you very much!
@МаратНизаев-ч2н4 жыл бұрын
Simply the best!
@МаратНизаев-ч2н4 жыл бұрын
Thank you for understandable English! Very easy for Russian ear!
@rajib45954 жыл бұрын
your explanation of token based authentication was great .please make a video with a login pages and registration
@TheCchharles4 жыл бұрын
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
@senadmeskincoding4 жыл бұрын
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.
@vontz98874 жыл бұрын
Very clearly explained. Good job and thank you!
@garyfirzon4 жыл бұрын
Awesome and clear!
@JamsheerIndian4 жыл бұрын
using httpost here for getting the token ? ..is it right way ? anyone pls reply, (i am new)
@senadmeskincoding4 жыл бұрын
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.
@vazhadvalishvili64264 жыл бұрын
Great video, thatk you !
@javierlansky38934 жыл бұрын
Excellent video, Could you explain us how the session expiration time works, how to use the "lifetime expiration validation"? Thanks a lot
@ievheniiierokhin16774 жыл бұрын
very nice example
@faustogomez77314 жыл бұрын
a usefull video, thanks
4 жыл бұрын
Very descriptive. Thank you
@giftfelix48484 жыл бұрын
Amazing and impactful session. thanks.
@defektruke4 жыл бұрын
thanks! You should make more videos about this !!!!
@defektruke4 жыл бұрын
svaka cast
@rguere4 жыл бұрын
Good video my friend!! danke!!
@CarlosRuiz-zz1ee4 жыл бұрын
Best explanation ever! so simple
@siddharthrai42824 жыл бұрын
You are awesome ... Thanks for making such a informative vedio.
@jimmygozalbenarditi27634 жыл бұрын
thank you for the great tutorial!
@dilaramavi5 жыл бұрын
Thank You!!!
@kolesplace5 жыл бұрын
Very nicely done. Thank you.
@mdabuzar21305 жыл бұрын
Please share one on Referesh token with JWT
@sothecominternational89735 жыл бұрын
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
@senadmeskincoding5 жыл бұрын
Thanks.
@karuppaiahmani39015 жыл бұрын
awesome man..
@rajesh889965 жыл бұрын
Thanks you so much smeskln
@vamsi86695 жыл бұрын
Hi Many Thanks, This really helped me
@nssandhu44015 жыл бұрын
Please have the font size increased in your next videos. It is straining to read it at this level.
@senadmeskincoding5 жыл бұрын
Thanks, I will.
@rogeriooliveira88725 жыл бұрын
Simple and very nice.
@danieljunior62825 жыл бұрын
Thank you very much!!!! You help me to be approved in a test for a new job with your Jwt videos.
@senadmeskincoding5 жыл бұрын
Really? I'm really glad. :)
@danieljunior62825 жыл бұрын
@@senadmeskincoding i have onde question. Sometimes, on consume API with bearer token, i have to pass parameters user and password. How to implement It?
@senadmeskincoding5 жыл бұрын
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-renewable5 жыл бұрын
@@senadmeskincoding Looking forward to this! Please post ASAP! Thanks!
@richardassal77885 жыл бұрын
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.
@senadmeskincoding5 жыл бұрын
I have no link but I could create a video with all that in. Net core 3.0?
@SuneelKumar-un9fw5 жыл бұрын
Thank you sMeskIn,it easy to understand me your two videos of Jwt token with claims. please provide all asp.net core videos
@SuneelKumar-un9fw5 жыл бұрын
Thanks sMeskIn,this video really super for beginners and advance level.could please provide full course of ASP.core latest version
@Kakaranish5 жыл бұрын
Very good tutorial. Thank you man!
@rudic.yuwono44015 жыл бұрын
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!