Skip to content

Latest commit

 

History

History

README.md

Unkey with Clerk

This example demonstrates how to use Unkey v2 API with Clerk authentication.

Getting Started

First, make sure you have a Clerk and Unkey account, and add them to the .env you can see an example in the .env.example.

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_xxxxxxxxxxxxxx
CLERK_SECRET_KEY=sk_test_xxxxxxxxxxxxxx
UNKEY_API_ID=api_xxxxxxxxxxxxxx
UNKEY_ROOT_KEY=unkey_xxxxxxxxxxxxxx

Then you can run the server locally

pnpm run dev

Open http://localhost:3000 with your browser to see the result.

Learn More