Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Authentication

In one terminal, start the server.

cargo run

In another terminal, install TypeScript dependencies, and run the client!

cd auth-demo
corepack enable # if not enabled
pnpm i
pnpm dev