Skip to content
Discussion options

You must be logged in to vote

At the moment, complete end-to-end tutorials specifically covering Next.js 16 + latest Auth.js + proxy setup are still limited, mainly because both Next.js 16 features and the newest Auth.js changes are relatively recent.

However, you can combine the official documentation with a few focused guides to cover the full flow of authentication and authorization.

Recommended resources:

  1. Auth.js (NextAuth) official documentation
    Covers setup, providers, session handling, middleware, and role-based authorization.
    https://authjs.dev/

  2. Next.js documentation – Authentication
    Explains how authentication works with App Router, middleware, and server components.
    https://nextjs.org/docs/app/building-y…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Fred638
Comment options

Answer selected by Fred638
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Ask and answer questions about GitHub features and usage Programming Help Discussions around programming languages, open source and software development source:ui Discussions created via Community GitHub templates
2 participants