Next.js
Next.js is a React-based framework that provides a powerful and flexible set of tools for building high-performance, SEO-friendly web applications. Get started integrating authentication to your Next.js Application by checking out our zitadel-nextjs Example. |
Resources​
- Example App Repository
- Step-By-Step Guide
- B2B customer portal: Showcase the use of personal access tokens in a B2B environment built with Next.js
SDK​
ZITADEL does not provide a Next.js specific SDK. However, for integrating authentication into your Next.js Application you can use NextAuth ZITADEL Provider
Check out our Example Application
Example Application​
The zitadel-nextjs repository includes an Example Application ready to start and show how a Next.js application looks like with integrated ZITADEL Login.
What does the Example include: TODO: ?? Update with correct infos
- Home Page with Login Button
- Authenticating user with OIDC PKCE Flow
- Private Page: Shows user information of authenticated user, only accessible after login
- Logout
Step-By-Step Guide​
The Step-By-Step Guide leads you through the whole process from configuring the right application in ZITADEL to a ready application with integrated Login.
After completing the Step-By-Step Guide you will have: TODO: ?? Updated with correct infos
- Example Web Application with integrated ZITADEL Login
- Example page accessible by authenticated user showing retrieved user information
- Logout
- Correct setup for your application in ZITADEL