Installation
Basic Setup
1. App Configuration
Set up your React Router app with the Wacht provider:src/App.tsx
2. Environment Variables
Add your Wacht public key to your environment file:.env.local
3. Basic Usage
Use Wacht components in your pages:src/pages/Home.tsx
OAuth Callback
Set up the OAuth callback page:src/pages/SSOCallback.tsx
