Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 222 Bytes

File metadata and controls

16 lines (12 loc) · 222 Bytes

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