Skip to main content

Blog

News, insights and more

Learn more about Clerk, our approach to authentication, and company news.

Diagram showing Next.js passkeys workflow with four key steps: Registration, Authentication, Store Public Key, and Validate Signature

How do I implement passkeys in Next.js?

Learn how passkeys enable passwordless authentication with phishing-resistant cryptography. This tutorial walks through a complete Next.js WebAuthn implementation, covering registration and authentication flows.

Published
A picture of an ID card to represent a JWT and the text ' How do I handle JWT verification in Next.js?'

How do I handle JWT verification in Next.js?

Learn all about JWTs: what they are, how they are created, and how to verify them in a Next.js application

Published
A decorative image showing a diagram element containing the Next.js logo on the left connecting to another element with icons for routes, middleware, client components, and server actions.

What is the best way to handle authentication in Next.js App Router?

Learn about the various authentication options available when using Next.js app router, and how to properly secure access to protected areas of your application.

Published