Authentication
Clerk
How to add Clerk authentication to your ProofKit project
What is Clerk?
Clerk is a hosted authentication service that is extremely easy to set up and use. It's a great choice to secure most customer-facing web apps, including built-in features such as Social logins, magic link, multi-factor authentication, and more.
Adding Clerk to your ProofKit project
To add Clerk to your ProofKit project, run the following command:
pnpm proofkit add auth --type=clerk
For further details on how to use Clerk, see the Clerk documentation.