Everything You Ever Wanted to Know About Authentication

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 114

  • @vaylx2253
    @vaylx2253 3 ปีที่แล้ว +35

    Man you know what's awesome? When you've been studying web dev for a few months and you're familiar with 90% of what was done here :) Awesome talk, thanks!

    • @bjojosimpson
      @bjojosimpson 2 ปีที่แล้ว +3

      The deeper you go and the experienced you become, the faster this feeling will fade away. You are welcome.

    • @sgtduckduck
      @sgtduckduck 2 ปีที่แล้ว +2

      @ReivenIV dunning Kruger is a hell of a drug

  • @guiAI
    @guiAI 4 ปีที่แล้ว +12

    The best talk on authentication, and i needed this for nodejs. This is perfect!

  • @yogitasheth5144
    @yogitasheth5144 5 ปีที่แล้ว +84

    SO MUCH COVERED IN 30 MINS!!!!! AWESOME EXPLANATION!!!!!!

  • @thomas-sinkala
    @thomas-sinkala 2 ปีที่แล้ว +2

    One of the best technical talk I have ever watched.

  • @shenth27
    @shenth27 4 ปีที่แล้ว +78

    Great talk by a bodybuilder..

    • @ahora1026
      @ahora1026 3 ปีที่แล้ว +21

      developers should take care of their health more than others. because they sit all day night

    • @IdiotGaming
      @IdiotGaming 2 ปีที่แล้ว +8

      he just did 1 push-up when he got an error

  • @Enderwolf23
    @Enderwolf23 2 ปีที่แล้ว +3

    This is a great beginner guide for really basic authentication. I was hoping this would be a talk about different types of authentication. I guess I should have read the video description. I know I'm 5 years late to the party but maybe somebody else will see my comment and spare themselves a half an hour. (not trying to knock the guy, just the title was misleading and not what I was looking for)

    • @cientifica9150
      @cientifica9150 ปีที่แล้ว

      Hey! Hello
      I'm a beginner in all this and I'm very interested and in this topic, do you have recommendations about what sources (books, videos, free courses) can I use to learn more about authentication?

  • @yapayzeka
    @yapayzeka 11 หลายเดือนก่อน +1

    dude stop developing and go with the education bussiness. you are king. very very explanatory. thank you very much.

  • @khaledlakehal5450
    @khaledlakehal5450 3 ปีที่แล้ว +8

    I love this guy 😂 I love the language and how he sees things. You can say he really understand what he’s talking about from first second.

  • @cientifica9150
    @cientifica9150 ปีที่แล้ว +2

    This man is a legend , his video is 100% useful and straightforward
    Thank you so much for this

  • @Akshatgiri
    @Akshatgiri 4 ปีที่แล้ว +12

    Loved the talk and the presentation. Unfortunate that they cut the time in half. Would've loved to hear more about new auth techniques like auth2.0, open id, authentication with serverless architechtures and JAM stack. Honestly I don't know much about them either, still learning.

  • @ismailnurudeen
    @ismailnurudeen 3 ปีที่แล้ว +2

    This was very insightful. I had to rewatch the last half just to solidify the concepts.
    Thanks.

  • @alekkras3487
    @alekkras3487 4 ปีที่แล้ว +16

    Give this dude an hour next time :) Great talk!

  • @martinh9099
    @martinh9099 4 ปีที่แล้ว +9

    Really good explanation, many thanks. Couple of points though
    (1) Passwords should be "salted" prior to hashing
    (2) SSL is now deprecated, TLS should be used

    • @clietech
      @clietech 4 ปีที่แล้ว +3

      I think the time was too strict to speak about it. but bcrypt by default uses salts. $2a$10$N9qo8uLOickgx2ZMRZoMyeIjZAgcfl7p92ldGxad68LJZdL17lhWy
      \__/\/ \____________________/\_____________________________/
      Alg Cost Salt Hash

    • @garyhost612
      @garyhost612 3 ปีที่แล้ว +1

      🙌

    • @cientifica9150
      @cientifica9150 ปีที่แล้ว

      Thank you

    • @azianzheep
      @azianzheep 10 หลายเดือนก่อน +1

      bcrypt automatically generates a random salt and salts the password before hashing

  • @ksubyslowed
    @ksubyslowed 5 ปีที่แล้ว +1

    I saw the Talk from 2015 and this looks the same but the 2015 talk was so good , I am gonna watch this one

  • @srijanpaul
    @srijanpaul 3 ปีที่แล้ว +2

    He was very efficient with his time slot! Great talk

  • @birdofhermes6152
    @birdofhermes6152 3 ปีที่แล้ว +1

    So glad CSRF was included.

  • @victortruong2538
    @victortruong2538 3 ปีที่แล้ว +2

    Damm that might be one of the best presentation I have seen in a while

  • @Bloipapp
    @Bloipapp 3 หลายเดือนก่อน

    Amazing talk for so many reasons. JWTs are still popular as the next shiny toy and 6 years later only 8,000 views.

  • @arseniocarmonatedra
    @arseniocarmonatedra 2 ปีที่แล้ว +1

    Good 🌹 morning Sir and to ALL thanks for the business updated God bless to ALL 💕❤️👍✔️👌🥇☺️ the times 💕❤️👍✔️

  • @muhammadmughal4258
    @muhammadmughal4258 4 ปีที่แล้ว +1

    Sir, you are requested to make some video that elaborates API / web-sockets oAuth and related stuff. i dnt have a programming background, but your video made much of the things easier then easy. :-)

  • @Sun0fABeach
    @Sun0fABeach 5 ปีที่แล้ว +7

    Very clean and easy to follow overview!

    • @twilio
      @twilio  5 ปีที่แล้ว

      Thanks for watching!

  • @true_tamilan
    @true_tamilan 4 ปีที่แล้ว +2

    He is talented and verbose. Thanks man

  • @Abhinavhind
    @Abhinavhind 4 ปีที่แล้ว +2

    This is the best tutorial for web authentication. Thanks Twillio

  • @arindam1249
    @arindam1249 ปีที่แล้ว +1

    wow! loved the talk

  • @vishalrana4526
    @vishalrana4526 3 ปีที่แล้ว +2

    I got Goosebumps. Awesome talk.

  • @周亮-m4i
    @周亮-m4i 4 ปีที่แล้ว +1

    This sharing is awesome, shared the basic concept of authentication in really short time.

  • @qu4ku
    @qu4ku 4 ปีที่แล้ว +2

    beautiful! [this comes from the men that don't use exclamation marks lightly].

  • @allanjunli
    @allanjunli 3 ปีที่แล้ว +3

    This guy is amazing, learned so much.

  • @thatguy-tl1gb
    @thatguy-tl1gb 5 ปีที่แล้ว +20

    Amazing talk, covered important concepts in a short time.

  • @anklebar1
    @anklebar1 4 ปีที่แล้ว +1

    top web dev video all time!

  • @nachiketkanore
    @nachiketkanore 3 ปีที่แล้ว +1

    Great security tips by a bodybuilder!

  • @ineptDev
    @ineptDev 5 ปีที่แล้ว +2

    Unbelievable quality of the material. Biiiiiiig LIKE!

  • @ep4500
    @ep4500 4 ปีที่แล้ว +7

    This is mana from heaven

  • @trailerhaul8200
    @trailerhaul8200 3 ปีที่แล้ว

    Lots of things are packed together to form a nice presentation. Just like a body builder lol

  • @cientifica9150
    @cientifica9150 ปีที่แล้ว

    I have a question, can somebody help me?
    In 2:47 he says that for the sake of simplicity for this video he was going to put all the login of the app inside server.js file *but*, he says that we should never do that in the real word.
    My question is, then what should we do? separate files in modules in JS? or something like that?
    Sorry if I said something stupid but I'm just starting on this... thank you

  • @ChiCity511
    @ChiCity511 5 ปีที่แล้ว +3

    at 15:32 shouldn't it be checking for a session token or something not the user_id?

    • @haopeiyang3443
      @haopeiyang3443 5 ปีที่แล้ว +1

      Same thing I was thinking. The session cookie seems to be the user._id and if this bit of info is leaked to the public, then it's easy to mimic a session of another user just by setting the cookie manually.
      This is how I saw it. I may be missing something.

    • @fnShun
      @fnShun 5 ปีที่แล้ว

      @@haopeiyang3443 I guess, to avoid this, the "httpOnly"-flag is used

    • @fabianmeyertoens
      @fabianmeyertoens 4 ปีที่แล้ว +1

      It is checking for the req.session.userId because that is set on the server after a successful login (14:44). This is not coming from the client.

  • @karimk8551
    @karimk8551 3 ปีที่แล้ว

    Wouldn't you be able to add the req.user field manually with something like postman and trick the server into thinking you are a user?

  • @chezy8148
    @chezy8148 4 ปีที่แล้ว +8

    Let's actually implement that sh*t 😂

  • @immigrationtime
    @immigrationtime 3 ปีที่แล้ว +1

    Hey, look! I only have 30 mins and thats why I’ll spend half of the time describing the toolset

  • @rosalyna_24
    @rosalyna_24 3 ปีที่แล้ว

    i wish if he has a full course

  • @alabhyajindal
    @alabhyajindal ปีที่แล้ว

    Great talk, thanks!!!

  • @sevenred2803
    @sevenred2803 4 ปีที่แล้ว +1

    Bravo! This guy is a BEAST

  • @danielgospodinow
    @danielgospodinow 5 ปีที่แล้ว +4

    Absolutely perfect explanations!

  • @omirosvasdaris7697
    @omirosvasdaris7697 3 ปีที่แล้ว +1

    Interesting talk.

  • @lilyydotdev
    @lilyydotdev 4 ปีที่แล้ว

    great talk but salting is very important too

  • @tenminutetokyo2643
    @tenminutetokyo2643 4 ปีที่แล้ว

    Kudos for keeping it short.

  • @nitreall
    @nitreall 3 ปีที่แล้ว

    what if you have more than one server? Will the authentication still work?

  • @uwaishalikhan6963
    @uwaishalikhan6963 5 ปีที่แล้ว +1

    You have done gr8 job bro.

  • @divyanshupandey1702
    @divyanshupandey1702 3 ปีที่แล้ว

    I did the same and it took me 5-6hrs configuring passport.js and then i came here

  • @anispathima5845
    @anispathima5845 5 ปีที่แล้ว +1

    Clear Explanation... Thank you so much...

  • @shahidahmads
    @shahidahmads 3 ปีที่แล้ว +1

    Learned so much in 30mins!

  • @fun_at_work
    @fun_at_work 2 ปีที่แล้ว

    That password would have been way more secure if he would have added a second '!'.

  • @FictionsAndIllusions
    @FictionsAndIllusions 4 ปีที่แล้ว +1

    Omg, I finally get it! Thanks a ton!!

  • @mayankramina
    @mayankramina 6 ปีที่แล้ว +4

    Great talk!!!

  • @jgunther3398
    @jgunther3398 3 ปีที่แล้ว

    this isn't anything you wanted to know about authentication, but is a decent tutorial on node servers, which is kind of the opposite, plus oral potty fixation

  • @osta6212
    @osta6212 4 ปีที่แล้ว

    very helpful session!

  • @Nickcave1994
    @Nickcave1994 4 ปีที่แล้ว +1

    Thanks Rambo Guy!

  • @OKOK-hm2is
    @OKOK-hm2is 3 ปีที่แล้ว +1

    7 minutes in and authentication has not even started
    i've seen 100 seconds videous about modern authentification methods that cover more info that this one

  • @crystalyun833
    @crystalyun833 4 ปีที่แล้ว

    he is a chad in developer community

  • @techbegginer6271
    @techbegginer6271 4 ปีที่แล้ว

    you should get 1hr. awesome talk bro

  • @prayk11
    @prayk11 4 ปีที่แล้ว

    Amazing talk!

  • @pareshkoli5356
    @pareshkoli5356 2 ปีที่แล้ว

    brooooooo thank you so much

  • @Ibukundaniel
    @Ibukundaniel 4 ปีที่แล้ว

    You are the best! Thank you

  • @IamAWESOME3980
    @IamAWESOME3980 4 ปีที่แล้ว

    how about basic authentication?

  • @weiyang1678
    @weiyang1678 3 ปีที่แล้ว

    Is he researching authentication? I think he is preparing to beat me ;)

  • @cientifica9150
    @cientifica9150 ปีที่แล้ว

    6:27 how can I visualize this JSON?

  • @quirkyquester
    @quirkyquester 4 ปีที่แล้ว

    This guy rocks!

  • @PinguinoSod
    @PinguinoSod 5 ปีที่แล้ว +2

    very useful
    thank you!

  • @renanreismartins
    @renanreismartins 4 ปีที่แล้ว

    What a great content.

  • @vikas9358
    @vikas9358 4 ปีที่แล้ว

    Miss leading title. Authentication and Web Authentication are 2 different things.

  • @threeone6012
    @threeone6012 5 ปีที่แล้ว +5

    Perfect!

  • @raykudjie2365
    @raykudjie2365 4 ปีที่แล้ว

    amazing stuff

  • @aminuabdulsalami4325
    @aminuabdulsalami4325 3 ปีที่แล้ว

    Awesome...

  • @matelaszlototh9683
    @matelaszlototh9683 5 ปีที่แล้ว

    That was awesome!

  • @azeyn2050
    @azeyn2050 4 ปีที่แล้ว

    Awesome!

  • @katerinaboboshko8554
    @katerinaboboshko8554 4 ปีที่แล้ว

    Thank you!

  • @SaberOubella
    @SaberOubella 6 หลายเดือนก่อน

    great

  • @cadar8472
    @cadar8472 4 ปีที่แล้ว +1

    Gold

  • @What_was_wrong_w_jst_our_names
    @What_was_wrong_w_jst_our_names 5 ปีที่แล้ว +2

    be my boss

  • @abhisekdash8062
    @abhisekdash8062 2 ปีที่แล้ว

    good

  • @abhisekdash8062
    @abhisekdash8062 2 ปีที่แล้ว

    checking data replication strategy for youtube

  • @mohamethseck
    @mohamethseck 5 ปีที่แล้ว

    Perfect 👌🏽

  • @joseromeocantiller3168
    @joseromeocantiller3168 2 ปีที่แล้ว

    More Thanks for your help! We received your information, GOD BLESS, SIR!
    ISAIAH 41:2,7,25 GOLDSMITH

  • @yuhao8430
    @yuhao8430 5 ปีที่แล้ว +3

    thanks dude!! that's legit!!

  • @probhakarsarkar2430
    @probhakarsarkar2430 4 ปีที่แล้ว

    ♥️♥️♥️

  • @caerulemusic
    @caerulemusic ปีที่แล้ว

    7:05 if u know u know

  • @yassirbenali4333
    @yassirbenali4333 4 ปีที่แล้ว

    perfect

  • @krackytech2344
    @krackytech2344 2 ปีที่แล้ว

    what a chad

  • @FordExplorer-rm6ew
    @FordExplorer-rm6ew 5 ปีที่แล้ว +1

    Thankg u

  • @sunnysrivastava7575
    @sunnysrivastava7575 4 ปีที่แล้ว +1

    Here is the 50 minutes version
    th-cam.com/video/i7of02icPyQ/w-d-xo.html

  • @shallbee.
    @shallbee. 4 ปีที่แล้ว

    Nice joke about Canadian police :D

  • @MatthewBowe
    @MatthewBowe 3 ปีที่แล้ว

    This guy needs a more professional vocabulary.

  • @galanoth17
    @galanoth17 4 ปีที่แล้ว

    I don't like it when they start dropping F bombs in a professional talk. You are not chillin with your buddies. Be professional.

    • @FlorianEagox
      @FlorianEagox 4 ปีที่แล้ว +1

      I thought it was a bit awkward as well, but the rest of the talk was fantastic.

    • @mrdza96
      @mrdza96 3 ปีที่แล้ว +1

      Oh shut up you snowflakes...

    • @Enderwolf23
      @Enderwolf23 2 ปีที่แล้ว

      eh most programmers I know swear. I didnt even notice he was swearing

  • @move1649
    @move1649 3 ปีที่แล้ว

    the yahoo joke is pretty lame