How the Heck Do API Keys Work?

preview_player
Показать описание
This tutorial explains the logic behind API keys as well as providing a practical code demonstration of multiple ways to implement API keys in both the clientside JavaScript and in the backend with NodeJS and Express.

Рекомендации по теме
Комментарии
Автор

As someone who needs a step by step VISUAL walk through to understand concepts, this video was such a life saver. Thanks Steve, you've got a new subscriber!

mazvitaselemani
Автор

man allow me to say, you have a really charming voice, it really gets me listening. Amazing tutorial voice

tmhugin
Автор

This was very useful. It took me a long time to find a resource this useful so I appreciate you making this content.

averagejoe
Автор

Thanks for all this great content Steve! I really have no clue how only 24k people have stumbled upon this video. Such a great & thoughtful tutorial for beginners.

simasgradeckas
Автор

I have looked for this very topic for a very long time. Thanks Prof, you have saved me!

maxtayebwa
Автор

Thank you Steve. You are really a good human.

amitbiswas
Автор

Thanks for this tutorial, finally some with the right knowledge to explain this concept clearly :D WELL DONE.

perronemirko
Автор

Amazing. Completed the videos today and learned a bunch.

KEVIN-nfoh
Автор

Excellent video, great job man. I'll def check out more of your content.

ts
Автор

Trying to build my SO's website. This is a boon, thanks man.

Maccelerate
Автор

Useful Knowledge and good teaching => 100% likes

takshpatel
Автор

Thank you very much, this kind of things are really interesting !!!

Banjer
Автор

Love your explanation and I have subscribed to your channel, wondering also why you dont have at least 500k subs not fear, you're too good, after 2 years this still helping lots of people. Thank you

surinology
Автор

Good and helpful content
Thank you for sharing this knowledge

ezrakeeps
Автор

Also for those who are using this example make sure you have your URL in the browser is pointing to localhost instead of 127.0.0.1 or it will not work.

lunacyworks
Автор

I don't even work on express but I still watched it, it was nice. I just have one question, I have noticed that the operators ( => or !==) are being formatted differently in your editor, is this a VSCode update or are you using a plugin. Also can you create a video/ series on Javascript module loaders and bundlers. That would be very helpful.

ashutiwari
Автор

I don't know if you made this for free, but it's fantastic, and the voice is very good.

gabrielburgos
Автор

Thanks, Steve a good overview on the topic, especially loved seeing rate-limiting and restricting to a host. With sites that can only show the API key once, I presume that means that they aren't storing the API key on the server and hence it is more secure if the database is leaked, i.e. i've read about JWT. Is that a completely separate way of doing API authentication or essentially just an add on?

matthewbeardsley
Автор

hello steve may i ask? what extension did you used to hover the parameter value on 26:56?

kevinrayparas
Автор

What kind of database do you recommend do use to store and check the keys? I think the db has to be quite fast?

triumph