Next.js App Router Authentication (Sessions, Cookies, JWTs)

preview_player
Показать описание

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

Always lovely to see official guides on these important topics :)

codewithantonio
Автор

Looking for this tutorial for months. So nice to have a official tutorial to follow. Thanks!

Leo-dxuc
Автор

Nice and concise tutorial on a subject matter that tend to be very tedious and confusing. Great job Lee!

franknguyen
Автор

Awesome stuff! And really appreciate how the Next docs are being filled out to cover these things ❤

WebDevEducation
Автор

Please keep uploading these videos how you have been the last bit I've been really enjoying them and finding them useful

williamschaefermeyer
Автор

Finally, an easy tutorial explaining Next Authentication using Jose. Well done. I;m a new subscriber.

skverskk
Автор

I think authentication is a super important topic for web development and next.js and I think you guys should expand more on this. Security is the most important thing for modern web applications and I think you guys should keep talking about it. Great work.

daytatech-youtube
Автор

Great video! Can't wait to see the full guide on the updated next-auth lib!

nkihuhh
Автор

The way this video explains Auth in Next.js reminds me of how Dan explained React Redux. Next.js App Router next-auth changes are also super exciting!

DominikSipowicz
Автор

You have no idea how helpfull is this video to me. Thanks a lot for an insightful explanation and for the amazing content

RaulHernandez-toce
Автор

I want to thank you for this excellent introduction to authentication in Next.js

sebastiannjose
Автор

I just finished this feature tonight. after that I watched YouTube and saw that you had made the tutorial. this is such a coincidence. keep up the spirit, Bro. 😁

iqbalmuhtadin
Автор

look at this how awesome. giving lightweith version of topic is really good. thanks man

tytgjix
Автор

awesome to see attention to auth* - its such a crucial topic! Would love to see ways to work with open source solutions like keycloak or Ory + Next. They solve nearly anything a large scale product might need while being completely open source

x
Автор

Great tutorial on Next.js authentication, very clear and straightforward! Quick note, though: using both "expires" and the official "exp" claim for JWT expiration seems redundant, as most libraries handle expiration with "exp" directly. This could simplify things:

- Stick to "exp" and drop the custom "expires" claim.
- Use `setExpirationTime` for consistency across your session and JWT.

This keeps your code clean and in line with standard practices. Keep up the great work! 👍

zykloprt
Автор

Awesome video, congrats! Specially due to explanation of the missing sign in part that is not in the Next.js docs. Thank you.

TheRcfrias
Автор

Thanks ! we need more content about authentification. Very usefull topic.

alexg
Автор

good session. yes we need more detail session on this. As this is related to auth or security we don't need to learn this from anywhere else.

farookquisar
Автор

Wow finally, thank you for this video. This really helped my understanding of how to implement my auth flow!

ryanbell
Автор

Спасибо! В документации не нашел примера нужного, а тут стало понятнее.

ntpndgk
join shbcf.ru