Step 1: Install the SDK
Step 2: Set Environment Variables
Create a.env file in your project root:
Step 3: Configure the Provider
Update your root route to wrap your application with theDeploymentProvider:
Step 4: Create Authentication Routes
Create sign-in and sign-up routes:Step 5: Protect Your Routes
Use theSignedIn component to protect routes:
Step 6: Add User Menu
Add a user menu to your layout:Complete Example
Here’s a complete minimal example:Next Steps
- Setup Guide - Detailed configuration options
- Components - Available components
- Hooks - Available hooks
