Node Auth Tutorial (JWT) #3 - Testing Routes & Handling POST Requests

  Рет қаралды 63,518

Net Ninja

Net Ninja

Күн бұрын

Пікірлер: 67
@SimPwear84
@SimPwear84 3 жыл бұрын
Why does it feel so easy when you teach stuff? Man you're a legend.
@loveChroniclesTv
@loveChroniclesTv 4 жыл бұрын
The way you explain this concept is in another level. Easy to understand , simple to follow along 🤙
@marufahmed7314
@marufahmed7314 4 жыл бұрын
Thanks man, you make every concept more understandable. I would love to see the implementation of JWT with react js. Lucky to have you 👨🏻‍💻
@ead5590
@ead5590 4 жыл бұрын
Was totally waiting for this after I was done with part 1 and 2 yesterday. Let's go!
@jomarkpangan9362
@jomarkpangan9362 3 жыл бұрын
Commenting to help with youtube algorithm. I always forget to do this so I will just go back to all the videos and comment. thank you so much shaun. what a chad :D
@TheAditya64
@TheAditya64 4 жыл бұрын
Shaun! Just two word!! Love You!!!!
@proemail3237
@proemail3237 4 жыл бұрын
thanks shawn there is also vs code plugin that can do something. If you don't want to download Postman, its called "REST CLient" very easy to follow side by side example. Thanks for awesome work
@nagame859
@nagame859 11 ай бұрын
Thank you so much!!
@creativemember
@creativemember 3 жыл бұрын
I mostly used Chrome Extension 'Advanced REST Client' to test different endpoints. It's free, easy to use, and you don't have to sign up. Anyways, thanks for great content!
@AdarshMadrecha
@AdarshMadrecha 4 жыл бұрын
Thanks for a detailed explanation.
@calmpurple6053
@calmpurple6053 3 жыл бұрын
I mean if I find your tutorial on something I want I know for sure that I will get it and it will succeed
@emaa2394
@emaa2394 4 жыл бұрын
Your content is GOLD
@bensonyeboah297
@bensonyeboah297 4 жыл бұрын
Hey Ninja!! i love you so so so much!,,,,, please dont keep us waiting.... kindly upload the rest please.... i really love this tutorial, just when i was looking for this, my favorite teacher is in!
@NetNinja
@NetNinja 4 жыл бұрын
I would upload them all if I could, but I have to re-record bits & edit them all first :)
@bensonyeboah297
@bensonyeboah297 4 жыл бұрын
@@NetNinja Thats so so so nice
@nirajshrestha9606
@nirajshrestha9606 4 жыл бұрын
The tutorials are really understandable and helpful Sir , Greetings from Nepal
@leavventuredistellanelpaes8424
@leavventuredistellanelpaes8424 4 жыл бұрын
Hi ninja, this is an amazing and useful course!
@NetNinja
@NetNinja 4 жыл бұрын
Thank you! Hope you enjoy the rest when it's uploaded.
@okikiomotosho2918
@okikiomotosho2918 4 жыл бұрын
@@NetNinja expectantly!!
@mahinhossen4251
@mahinhossen4251 2 жыл бұрын
Man you are truly awsome
@moaaztarik4885
@moaaztarik4885 4 жыл бұрын
you are a legend my guy
@davidrowlands8548
@davidrowlands8548 3 жыл бұрын
Brilliant us usual
@shihore
@shihore 2 жыл бұрын
another great tutorial, many thanks
@fredpourlesintimes
@fredpourlesintimes 3 жыл бұрын
Really cool chapter :) Testing is a pretty interesting part, and all this stuff is, as usual, very digestible :D
@simrandotdev
@simrandotdev 4 жыл бұрын
Hey @Netninja can you please cover whole Auth flow here with Registration, Login, Password Reset, Account Lock and Roles (Admin, Members etc) in this series?
@roid1510
@roid1510 4 жыл бұрын
Little tip, you can use insomnia instead of postman. Same features, minimal view and no account needed
@NetNinja
@NetNinja 4 жыл бұрын
Yeah I've seen that, it's quite nice. Maybe next time I'll use it, thanks.
@xC-db6st
@xC-db6st 4 жыл бұрын
Agreed, I absolutely adore Insomnia - used Postman for a few years and as soon as I switched to Insomnia I never looked back.
@riis08
@riis08 4 жыл бұрын
@The Net Ninja..... again amazing playlist...... one suggestion what you thing about REST Client extension for visual studio code.
@johnconnor9787
@johnconnor9787 3 жыл бұрын
4:22 As I understood, we do not need to use body-parser anymore, correct? Instead we are using express.json()?
@ET_Bermuda
@ET_Bermuda 4 жыл бұрын
Love this! Suggestions for cont'd content: autocomplete search box, uploading images (profile, background), notifications, likes/dislikes & friend requests.
@prafulrane3591
@prafulrane3591 Жыл бұрын
What should I do next Can you make a pathway video to know how should we follow your playlist from your channel for every new technology?
@tigerclaw2k11
@tigerclaw2k11 3 жыл бұрын
Great tutorial! I have a clarification to ask, if you don't mind. In previous tutorials, you have used express.urlencoded to pass user data but now you use express.json. What's the difference and when does one use these two middlewares?
@codeinnode4490
@codeinnode4490 2 жыл бұрын
Done Great Tutorial :)
@somiakumari7499
@somiakumari7499 Жыл бұрын
i could not get the POST Request. Its showing error
@anshsahni2864
@anshsahni2864 4 жыл бұрын
Hey man, does that mean when using a client like browser. It also sends the data in the format of JSON? Liked the tutorial by the way.
@jitujahagirdar613
@jitujahagirdar613 9 ай бұрын
Hi @ninja, In my authRoutes.js i am not getting req in JESON format . can you pelase confirme me where do you have define req format in JSON format . However i did below code chanegs in my "authControllers.js" file Code : const express = require("express"); const app = express(); app.use(express.json()); Let me know how to right way to fix it ?
@thetwobluepianos
@thetwobluepianos 2 жыл бұрын
MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster what can I do about this error
@itsmepiyushsaha
@itsmepiyushsaha 4 жыл бұрын
Can you make a video on how to use JWT with MERN please?
@xC-db6st
@xC-db6st 4 жыл бұрын
I mean, three out of the four technologies are covered in this series. It'll just be the case of applying React where needed. It shouldn't be difficult if you understand React otherwise just do some additional reading
@destinlee
@destinlee 4 жыл бұрын
These can't come fast enough!!!
@salahalhashmi6528
@salahalhashmi6528 3 жыл бұрын
thanks for course
@ridl27
@ridl27 4 жыл бұрын
ty.
@mossasameer3338
@mossasameer3338 4 жыл бұрын
PERN STACK project please, thank you so much :)
@revathim5417
@revathim5417 4 жыл бұрын
Could you put tutorial on Nest JS framework in Node.js ?
@martinp.617
@martinp.617 4 жыл бұрын
Salamat..,
@-Abdullah1
@-Abdullah1 2 жыл бұрын
👍👍
@half841
@half841 4 жыл бұрын
Have you decided which frontend framework to choose for later NodeJS series? :) Vue or React ? I would love to see Vue in combination with Node. Anyway, thanks for absolutely perfect tutorials! :)
@NetNinja
@NetNinja 4 жыл бұрын
I wish I could do both. I will probably do Vue, since I'll be doing more of Vue with the official release of v3.
@oussamakhalfi1751
@oussamakhalfi1751 4 жыл бұрын
how much episodes will be?
@NetNinja
@NetNinja 4 жыл бұрын
18 in total, a lot to cover :)
@oussamakhalfi1751
@oussamakhalfi1751 4 жыл бұрын
@@NetNinja
@khanhld8376
@khanhld8376 4 жыл бұрын
love u
@chizuru1999
@chizuru1999 4 жыл бұрын
The Cat Gang! 😝🐈😸
@theprantadutta
@theprantadutta 4 жыл бұрын
Can you do a nextjs tutorial please?
@NetNinja
@NetNinja 4 жыл бұрын
I will do it at some point :)
@theprantadutta
@theprantadutta 4 жыл бұрын
@@NetNinja tanx, i know you will ❤
@anishjoshi1999
@anishjoshi1999 4 жыл бұрын
watched
@3dln
@3dln 4 жыл бұрын
Shaun this pattern seems to be wrong... we can't just save JWT tokens in cookies (because cookies are stateful, hard to manage on native mobile apps and also they jeopardize user's account through csrf attacks they invented jwt to be stateless and use by APIs) JWT tokens are meant to be saved in a bearer type Authorization header. as you said in the first video this pattern belongs to your "yet to come" session based authentication.
@NetNinja
@NetNinja 4 жыл бұрын
In this website there will be no state-changing requests that require auth & the risk is limited to the capabilities we expose - in our case hiding pages from unauth users. For any state-changing requests protection strategies would need to be in place. For a REST API & I would not choose to use cookies.
@nitheshchinnappa9391
@nitheshchinnappa9391 4 жыл бұрын
React Native Animation Tutorial plz.....
@prasangashrestha2428
@prasangashrestha2428 4 жыл бұрын
Yoo
@DiabloVal
@DiabloVal 4 жыл бұрын
First
@lucasfelipe-ze5sy
@lucasfelipe-ze5sy 4 жыл бұрын
Up
@martinp.617
@martinp.617 4 жыл бұрын
Salamat..,
Node Auth Tutorial (JWT) #4 - User Model
12:47
Net Ninja
Рет қаралды 61 М.
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 77 МЛН
When u fight over the armrest
00:41
Adam W
Рет қаралды 24 МЛН
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН
Node Auth Tutorial (JWT) #5 - Mongoose Validation
23:15
Net Ninja
Рет қаралды 69 М.
Node Auth Tutorial (JWT) #11 - New User Signup (part 1)
13:30
Net Ninja
Рет қаралды 67 М.
Session Vs JWT: The Differences You May Not Know!
7:00
ByteByteGo
Рет қаралды 242 М.
PROOF JavaScript is a Multi-Threaded language
8:21
Beyond Fireship
Рет қаралды 288 М.
Node Auth Tutorial (JWT) #13 - Logging Users in (part 1)
16:22
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 77 МЛН