-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Summary: Build a example for Zitadel authentication in NextJS.
What
A functional NextJS application that integrates Zitadel authentication, typically using an Auth.js pattern or similar, to demonstrate core authentication flows adapted for a hybrid environment.
Why
This serves as a hands-on exercise to understand the specific challenges developers face when implementing Zitadel authentication in NextJS, particularly concerning its server-side rendering (SSR) and API routes. The goal is to mirror the essential authentication capabilities we've explored with traditional backend frameworks.
Requirements
The PoC must demonstrate a basic user login, effective session handling across server and client, and the protection of server-side routes or API endpoints using Zitadel. The implementation should align with common NextJS authentication patterns.
- Should use NextJS v15
- Should preferably use AuthJS https://authjs.dev/reference/nextjs