Best Video on Next.js 14 Authentication

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

Join this channel to get access to perks:

Hello everyone, my name is Abhishek Singh, the only programmer in the world with 6 pack abs and you are watching 6 pack programmer.

In 2023, it is the most practical web development course on YouTube. We will understand each concept theoretically as well as practically. After understanding the concepts, we will create projects and do fun challenges.

So make sure to subscribe to my channel, So you can't miss any updates.

Product Used

------------------------------------- FOLLOW ME --------------------------------

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

excellent video man. covered every small detail in the auth process. been searching for a proper next auth tutorial for the last 24h (spent the whole night from 12am to 6am fixing a weird bug with server actions returning errors in form).

gshock
Автор

I was searching for such video and I found this

and suddenly I saw that this video is uploaded 4 minutes ago

What a co-Incidence

muhammadusama
Автор

Bhai aap kitna bdia smjhato yaar, koi faltu overacting nahi ek dum raw and real ❤

yash-uyym
Автор

You are a goddamn saviour. This is exactly what I was searching. Thank you much man.

Xiraex
Автор

Nextjs+express+mongodb+jwt pura auth jst complete kr liya, 😂😂

sugogoi
Автор

My middleware file is not working
If you have checked the session on each route then why middleware is needed
When I remove it, the app will be run.
And Authjs V5 no longer supported middleware

sskharde
Автор

After watching your video, I implemented the solution in my project. While it works flawlessly in development mode, I encountered a problem in production build mode, receiving an 'not allowed in Edge Runtime' error originating from Mongoose. Despite numerous attempts, I haven't found a solution yet.

souravdas
Автор

Hey, Can you make a separate video on how we can handle auth with a separate backend. Suppose we are using access token & refresh token based auth in express backend then how can we access the token both in server pages & client pages to call our backend apis & silently refresh the token?

debarshidas
Автор

Please make a video on access and refresh token for this project

syedbilalchand
Автор

While making final component to render

We write the code like

export default function App(){
return ()
}

OR

export function App(){
return ()
}

OR

function App(){
return ()
}
export default App;

OR

const App = ()=>
{
return ()
}
export default App;



What is the difference in these 4 types of "export" in React-JS??

ajiteshmishra
Автор

Amazing video!! Exactly what i was looking for.

tejassethi
Автор

Do you have any nextjs14 course on udemy or any other platform?

mdwasique
Автор

keep uploading the videos bro soon you will reach 100k

DeepakSingh-fdix
Автор

Next js or MERN stack which should i learn?

sportsfever
Автор

Can you explain how to use Redux Toolkit or React Redux in Next.js? After implementing it, our entire application can be either client-side or server-side. I'm unclear on how to properly use it in Next.js, so could you clarify my doubts? Also, please explain the advantages and disadvantages of using Redux in Next.js.

I've noticed that there are tutorials on YouTube not covering the use of Redux in Next.js. Is Redux unnecessary in Next.js, or is there a reason it's not widely used? If a larger application requires Redux in Next.js, how is it implemented?

I'd appreciate it if you could address these concerns in your next video. I've commented multiple times on other channels, but I haven't received any responses. If you can create a video on this topic, it would be immensely helpful, as I've been struggling with these questions, and it seems others may have similar doubts. Thank you!

deepmane
Автор

Will it be good to create a new api for the user post or the above action server code is better

piyushshrestha
Автор

Sir Koi badi Acchi project lao nextjs pe, eCommerce type project or Instagram clone

itz_rohitop
Автор

There is a problem with the server configuration.

Check the server logs for more information. when I enter the incorrect password, then why page is redirected. i want to show error on the login page

anandsrivastav
Автор

Hello bhaii, can i know your vs code theme

zenitsuagatsuma
Автор

Sir please aik video Next 14 app router main authentication pr bna dain cookies or localstorage use kr k with protected routes. and please use separate APIs donot use next js api. main bht search kia ni mill raha

MuhammadTayyab-qodm