https://github.com/clerk/nextjs-jwt-auth-demo
https://github.com/clerk/nextjs-jwt-auth-demo
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clerk/nextjs-jwt-auth-demo
- Owner: clerk
- Created: 2025-09-12T15:38:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-12T15:53:48.000Z (10 months ago)
- Last Synced: 2025-09-12T18:25:48.919Z (10 months ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js JWT Auth Demo with Clerk
This repository demonstrates how to add authentication to a Next.js application.
Read the full tutorial on Clerk's blog: [How do I add authentication to a Next.js app?](https://clerk.com/blog/how-to-add-authentication-to-a-nextjs-application)
## About Clerk
[Clerk](https://clerk.com/) is a complete user management solution for modern web applications. Clerk provides:
- Prebuilt sign-in, sign-up, and user profile UIs
- Secure JWT-based authentication
- Social login (Google, GitHub, etc.)
- Multi-factor authentication (MFA)
- User and session management
- API and server-side authentication helpers
- Seamless integration with Next.js (App Router and Pages Router)
- TypeScript support
Clerk makes it easy to add authentication, authorization, and user management to your Next.js app with minimal configuration.
## Learn More
For more information, visit the [Clerk Documentation](https://clerk.com/docs) and [Clerk Next.js Guide](https://clerk.com/docs/quickstarts/nextjs).