What is JWT Token - JWT vs Session | Why Should You Use JWT 🔥

  Рет қаралды 60,827

Technical Suneja

Technical Suneja

Күн бұрын

Пікірлер: 89
@TechnicalSuneja
@TechnicalSuneja 4 жыл бұрын
Samaj aya ya nhi ????
@abhishektailor6672
@abhishektailor6672 4 жыл бұрын
Yes samaj aya but one doubt Kya token ko client side me local storage me save rakhna hoga So that sabhi request me pass ker sake use? Please clear my confusion
@khushahmed97
@khushahmed97 4 жыл бұрын
@@abhishektailor6672 jab bhi hum login krte hai to generated token http header me save hota hai
@shahnawazz123
@shahnawazz123 4 жыл бұрын
Offcourse, thanks a lot to given a good topic..
@rohankumar393
@rohankumar393 4 жыл бұрын
@@abhishektailor6672 Yes. Suppose you have nodejs as back-end and reactjs as front end. When you send login request to back-end, nodejs will return the token either as json format or plain text based on function used wether res.json or res.send. After receiving token, save the token on local storage and add it to header of each request sent.
@dhrumilgohil6072
@dhrumilgohil6072 3 жыл бұрын
Ya sir Fully understandable But JWT is used only when we have 2 server?? if i will deploy my web app on single server then which is the best approach Session token or JWT?? Hopping for your prompt response...Thank you in advance !
@angmathew4377
@angmathew4377 3 жыл бұрын
I like the way when you said "chaltey hain screen pe"
@riteshgoswami1596
@riteshgoswami1596 4 жыл бұрын
Thanks sir I was waiting jwt topic s
@neutralengineer3873
@neutralengineer3873 4 жыл бұрын
Awesome explanation Ajay...
@arpitanand6534
@arpitanand6534 3 жыл бұрын
It is better to use assymetric cryptography while signing JWT in production level, instead of a small secret key
@shivamrai1322
@shivamrai1322 4 жыл бұрын
Sir ji tussi great ho
@souravd2661
@souravd2661 2 жыл бұрын
very usefull.. thank you.. your explaination is superb!!!!
@Vinayak123-q8p
@Vinayak123-q8p 2 жыл бұрын
It's our channel so also share me money kidding. Nice explanation
@ganeshk8682
@ganeshk8682 4 жыл бұрын
good.. but looking for next video .thumbs up
@depression_plusplus6120
@depression_plusplus6120 11 ай бұрын
Jwt architecture was introduced considering the stateless architecture pros... However, now to secure this stateless architecture, we need stateful/session architecture somewhere 🤣🤣🤣 Here, one of the biggest flaw can be...a user changes the password, but if a hacker gets jwt that was before the user changed his password...then this change in password doesn't matter to hacker until the token expires... To tackle this, we need a database to store these tokens😐...what a mess
@vijaynavale3919
@vijaynavale3919 4 жыл бұрын
Nice explanation 👍
@chiragtaneja4
@chiragtaneja4 4 жыл бұрын
Nice Explanation
@sameersameer5288
@sameersameer5288 3 жыл бұрын
Thanks Ajay/Vijay
@vanshikashah3013
@vanshikashah3013 4 жыл бұрын
Very nice vedio bhai but thoda voice me..
@youtubestatuspoint8573
@youtubestatuspoint8573 2 жыл бұрын
Please Make a Video on Community Aauth how to use it in existing ci 3 project
@musawirshaikh1208
@musawirshaikh1208 4 жыл бұрын
Sir isi trah se PHP and advanced PHP par bhi video banao
@js-swift
@js-swift 4 жыл бұрын
thx a lot for this video bhaiya
@Amit-018r
@Amit-018r 4 жыл бұрын
Nice explanation Pls start series of laravel 8 and codeigniter 4.
@mr.anonymous6640
@mr.anonymous6640 3 жыл бұрын
I loved your way of explanation 💖
@angmathew4377
@angmathew4377 3 жыл бұрын
Although lot is still need to be there but your style certainly travels.
@nextleveltech267
@nextleveltech267 Жыл бұрын
Thanks.... ❤️❤️
@mojeebhasan5283
@mojeebhasan5283 3 жыл бұрын
How actually JWT is validated on backened api?. I actually want to know how jwt work behind the scene with dry run of the library being used to validate JWT. Another question is only signature or hash value is matched using header and payload?
@shri9229
@shri9229 Жыл бұрын
Thanks a lot.
@kamalCode
@kamalCode 4 жыл бұрын
Sir, top 10 indian payment gateway कौन कौन से हैं। केवल indians हों। जैसे paykun और ..
@chetanpl
@chetanpl 3 жыл бұрын
Bro please suggest from where i can learn and practice load balancer. Plz suggest
@shivamgupta5476
@shivamgupta5476 4 жыл бұрын
bhai , Nice video , but please explain in brief with tutorial , Also mongo db integration
@sachinsachan327
@sachinsachan327 3 жыл бұрын
Thanks Sir, my question is where webapi stores the token in server side?
@railindiasims
@railindiasims 9 ай бұрын
Sir php ke upar vi banao eisa video
@Mahesh_Ku_p
@Mahesh_Ku_p 2 жыл бұрын
kya jab mai logout kar k phir login krunga to mera token bhi change ho jayega?
@devlyf8521
@devlyf8521 3 жыл бұрын
Is it create new token on every login with same user or different generate different token? How token is matched with server? Please explain.
@chandansharma6849
@chandansharma6849 4 жыл бұрын
sir how to disable multiple login of the same user at same time using jwt token in spring boot
@shabbiraziz
@shabbiraziz 2 ай бұрын
How to use in node JS can you make a small code for that
@harshitgupta4131
@harshitgupta4131 4 жыл бұрын
Data structures and algorithms with javascript
@sakshampandey7440
@sakshampandey7440 3 жыл бұрын
the best thing about you is, you can connect with us.
@bhavyakumarpanchotiya8254
@bhavyakumarpanchotiya8254 4 жыл бұрын
give me the list of which topics are covered in javascript before starting react js or any framework of JavaScript
@_DheerajKumar
@_DheerajKumar Жыл бұрын
Can anyone please tell me that where these sessionId stored at server side, because if sessionId is stored also on database at server side, then any server can retrive that related data from Database?
@surendrajat7290
@surendrajat7290 2 жыл бұрын
nice video
@praveenkumar08
@praveenkumar08 4 жыл бұрын
Sir database pe bhi video bano like cros acid index trigger courser etc
@jaypatel1809
@jaypatel1809 4 жыл бұрын
Make video on flutter ,kotlin ,java ,react native, Swift
@kts.laraveldeveloper7646
@kts.laraveldeveloper7646 4 жыл бұрын
Hello Sir, Me laravel me as a Front-end React JS use kar raha hu.to react me jab user login karta he to login karne ke bad user ki details store karvane ke liye ham JWT use kar sakte he?? if not, then please tell me how to store user information after login in React Js?.
@MultiAkash1988
@MultiAkash1988 3 жыл бұрын
best place to store JWT Token??
@shubhamtarkar38
@shubhamtarkar38 4 жыл бұрын
Front end me localstorage me store kia he toke ????
@usmanakbar8592
@usmanakbar8592 2 жыл бұрын
Nice
@sunilnegi9296
@sunilnegi9296 4 жыл бұрын
Sir please create a video how to protect php code - SQL injection ? Or how to secure php code like session, cookies, post data, get data etc
@32sanketmohite52
@32sanketmohite52 4 жыл бұрын
🔥🔥🔥
@VinitBaviskar
@VinitBaviskar Жыл бұрын
what if I send my token to my friend?
@NaadeAliLIVE
@NaadeAliLIVE 4 жыл бұрын
Bhai Koi Aesi Website Ya Software Batao Jis Ke Sath Hum Apni Live Stream Video Main Local Cricket Matches Ka Live Score Dikha Saken
@kanikamarketer5214
@kanikamarketer5214 4 жыл бұрын
sir how to integrate delhivery logistic in php for ecommerce plz help me sir
@kamalshrm97
@kamalshrm97 3 жыл бұрын
hello sir how to deploy my nodejs app in shared hosting Cpanel please guide me
@babluagrahari917
@babluagrahari917 4 жыл бұрын
Sir please plane video how to record codeing tutorial video for KZbin.
@investmentplan880
@investmentplan880 4 жыл бұрын
Access or refresh
@nadeemshaikh1767
@nadeemshaikh1767 4 жыл бұрын
Bhai job ke liye Linux aana zaruri hai kya plz tell me
@humsathhai2580
@humsathhai2580 2 жыл бұрын
Not complete video how JWT working
@khasim4u4u
@khasim4u4u 2 жыл бұрын
everyone showing same thing again and again..hmm..how to generate refresh token and where you save the auth token and refresh token and how you are going to handle once the auth token expires no one do video on this...just for the sake of views you all are
@khushahmed97
@khushahmed97 4 жыл бұрын
Sir please make a video on paytm or paypal payment gateway integration in Mern app
@stiphenrobert4469
@stiphenrobert4469 4 жыл бұрын
Js object aur json me farak kya hai..
@TechnicalSuneja
@TechnicalSuneja 4 жыл бұрын
let person = { name : "Erik Wolfgang", location : "Europe", established : "1945"} JSON SYNTAX { "name":"Ben Halp", "age":35, "car": null, "address":{ "street": "55, cathedral road", "city": "Boston", "cop" : true //Boolean }, "hobbies":["reading", "golfing"] //Array }
@stiphenrobert4469
@stiphenrobert4469 4 жыл бұрын
Toh fir hum js object kab use karenge or json kab use karenge..
@ashishchaturvedi3319
@ashishchaturvedi3319 4 жыл бұрын
Sound is not that clear
@TechnicalSuneja
@TechnicalSuneja 4 жыл бұрын
Sry for this time actually there were some issue while exporting the video.
@ashishchaturvedi3319
@ashishchaturvedi3319 4 жыл бұрын
@@TechnicalSuneja no problem information matters sound doesn't
@investmentplan880
@investmentplan880 4 жыл бұрын
Sir sumj gye ha ji qki hum api par hi kaam krta ha ji
@ganeshk8682
@ganeshk8682 4 жыл бұрын
Dekte he..karu Thubs up ki nahi
@vi.shalbhardwaj
@vi.shalbhardwaj 4 жыл бұрын
KZbin par php ko complete achi trah koi nhi smjhata
@AnandSharma-kz2bs
@AnandSharma-kz2bs 4 жыл бұрын
sir what about that secret key is it randomly genreated or we have to use some special symbol for it
@khushahmed97
@khushahmed97 4 жыл бұрын
We can use any string to create secret key
@AnandSharma-kz2bs
@AnandSharma-kz2bs 4 жыл бұрын
@@khushahmed97 thnx bhai
@aloksoni4328
@aloksoni4328 Жыл бұрын
Apki site ka UI achha nahi he bro
@androiddev7267
@androiddev7267 2 жыл бұрын
awaaz fati fati si aa rahi hai buy a good mic, abhi sale chal raha hai
@ramavhad3586
@ramavhad3586 4 жыл бұрын
first
@rajivkumarjayaswal2706
@rajivkumarjayaswal2706 Жыл бұрын
bhai tumhe samjhnana nahi aata. tum kewal show off karta hai.
@DeepanshMaurya-w7i
@DeepanshMaurya-w7i 6 ай бұрын
Bekar 👎
@sanjoyparui947
@sanjoyparui947 Жыл бұрын
Sir nodejs, expressjs, mongodb k upar video banaiye
@digitalchy5241
@digitalchy5241 Ай бұрын
kuch nahi samaj me aayaa bhaiii...
What is JWT token and JWT vs Sessions
26:12
Chai aur Code
Рет қаралды 92 М.
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 3 МЛН
How to Fight a Gross Man 😡
00:19
Alan Chikin Chow
Рет қаралды 18 МЛН
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 122 МЛН
What Is JWT and Why Should You Use JWT
14:53
Web Dev Simplified
Рет қаралды 1,2 МЛН
What is JWT? JSON Web Tokens Explained (Java Brains)
14:53
Java Brains
Рет қаралды 1 МЛН
#35 What is JWT and Why
14:47
Telusko
Рет қаралды 28 М.
Difference between cookies, session and tokens
11:53
Valentin Despa
Рет қаралды 657 М.
JWT token vs Server Tokens
10:25
Hitesh Choudhary
Рет қаралды 34 М.
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 3 МЛН