Protect your NextJs 13 app using Kinde authentication

preview_player
Показать описание
In this video, we'll set up a new authentication provider, called Kinde, to protect our NextJs 13 application. We'll walk through the setup, implementation, and available features in Kinde.

👉🏼 Kinde website

👉🏼 Kinde starter kit

👉🏼 Project source code (Github)

👉🏼 My Ultimate NextJs Course

Chapters
0:00 Intro
0:24 Kinde account setup
7:34 Project setup using NextJs SDK
10:25 Required environment variables
13:40 Protecting pages
15:00 Reviewing project code
20:57 Outro
Рекомендации по теме
Комментарии
Автор

can you please show an example of M2M authentication (Machine to Machine)

sergheic
Автор

Can you please make a tutorial on how to do access control and user roles with kinde and next js

atiqullahnaemi
Автор

Very good informations, could you please make a detailed video about multifactor authentication and middleware with kinde

ammarhaidar
Автор

Nice video..
sir i have found the solution that i asked you for
i didn't knew that i could access token from the middleware i was accessing the session so it was throwing me an error i accessed the token and i learnt something
i am curios to know how can we work with session in the database with next auth do you have any video on it? please let men know

MDKhan-wwtp
Автор

Thanks Hamed for the knowledge. However, how do we chain the Kinde middleware with other middlewares?. Tried to do it following your video of chaining middlewares but am getting errors when using Kindle middleware

francismwondha
Автор

Is it possible to simulate individuals user authorization over api with social login in kindle using postman for protected endpoints? Im having trouble with clerk auth to test those protected routes, passing credentials in postman is too difficult for beginners like me and will consider Kinde if otherwise 😆

mphisto
Автор

Hello! I have another question for you) Sorry for bothering.
You've used headless ui for rendering user button and displaying dropdown. But, what if I want to use default onClick for button? Is there any way we can pass isAuthenticated prop to client component? Because, it is impossible to use kidne server next js sdk with "use client" children components. Thanks! Best regards

yaroslavraksha
Автор

try to use KINDE user in client side rendering and just cry!

ivoneijr
Автор

Good morning! Excuse me, do you guys got this error when redirecting via LoginLink or RegisterLink: "Invalid callback URL, you provided: I setup my backend application with url's, but it still asks me to set the callback url in the admin area

yaroslavraksha