An open API service indexing awesome lists of open source software.

https://github.com/clerk/nextjs-jwt-auth-demo


https://github.com/clerk/nextjs-jwt-auth-demo

Last synced: 9 months ago
JSON representation

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).