Skip to content

Latest commit

 

History

History
 
 

fastify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

playground-fastify

Use this example app to test @clerk/fastify.

Usage

  1. Install dependencies
npm install
  1. Use @clerk/dev-cli to build all repository packages and install the local version into this playground.

  2. Start the server:

pnpm start

You can visit these routes:

  • /
  • /sign-in
  • /me (requires sign-in)
  • /private (requires sign-in)