Next.js Tutorial - Part 6 | Authentication for API Routes using JWT and bcrypt

preview_player
Показать описание
This video shows the Theory and Code needed to build an Authentication system.

We use bcrypt and JWT tokens. We also go through the different strategies to store authentication tokens between different sessions, showing the possible issues with the different strategies.

If you want to jump directly into code go to 20:45

----
----
----
----
All references about I used for this video:

----

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

That rundown on security and pros and cons for the first 20 minutes was incredibly informative. Thanks for taking the time to put that up front. So many videos just show code, and don't get into the how and why of the code. Nice work!

CrashDSInc
Автор

you're the yogi master of JS tutorials. I feel zen and confident after watching your courses.

therealstacksonthebeat
Автор

You have the best tutorials on youtube. I usually get overwhelmed by new terms when learning new technologies but you make them easy to understand. Thank you so much.

LaPunzy
Автор

This is still the best NEXT JS course in the whole internet. Your work is unmatched! Thank you!

techienomadiso
Автор

This is the type of tutorial people pay a lot of $ for. Thank you for taking time out of your day to make these.

HectorHernandez-wncu
Автор

One of the best Auth presentations I've ever seen! Detailed, but clear and easy to understand. Thank you! 👏🏾

stevereid
Автор

I devoured this monumental tutorial up to this point! Every concept is in the right spot. Keep on Bruno! :D

imagineabout
Автор

This must be the kindest introduction to such a complex and obnoxious topic as today's web security. I think the most important lesson that this video leaves us is understanding what security implies and the need to turn to the specialists who are there for that. And this is not taught by anyone as clearly as my friend Bruno. Thank you sweet boy for so much.

zherarordoya
Автор

You have a unique ability of teaching, in a very clever and clear way. Thank you for sharing.

marounbassam
Автор

Super detailed and easy to follow. Thanks Bruno! I'm looking forward to the next video 😀

monicasilvestre
Автор

cheers bruno you have the most complete nextjs tutorial over the internet, i have been searching this for two weeks now and magically the youtube algorithm have proposed your course, thanks for the knowledge sharing

itswalid
Автор

Hey man, thanks a lot for such a detailed explanation 🙏. Nowadays very rare YouTube contents are providing quality and needy content for production.

amarwavare
Автор

You know what i like of you teacher, the profundity about the security in the development. !!!!Thanks again.

CarlosGonzalez-kyqs
Автор

Astonishing, I have to say that I had the idea of how to solve this and you did it as I thought... But I was looking for best practices with nextjs auth. This is exactly what o wanted. 👏👏

josecarloscorreamandujano
Автор

This video should receive an all Thumbs Up. Thanks, Bruno for taking the time to explain these concepts.

dejohnny
Автор

The best Next js tutorial on the Internet! Thank you Sir!

techienomadiso
Автор

Your explanations are so thorough and clear. Thanks Bruno!

swartenterprisestv
Автор

In case anyone have a problem with the newer version of sqlite, where you can't do something like
result.finalize()
the solution is simple, you only need to add stmt statement before finalize function
result.stmt.finalize()
Anyway, again... great video Bruno!

tririfandani
Автор

never seen a better explaination than this, learned so much like never before

final
Автор

I am a FE and recently started trying to learn BE a bit more. I was feeling SO lost about authentication before I found this video. Thank you so much for explaining the way you do.

greydaisy