On Target Analysis for YNAB
Analyze your budget target alignment and identify spending patterns that don't align with your financial goals.
System Status
Configuration✗ Invalid
YNAB API Connection
Checking connection...
Setup Instructions
Missing Configuration:
OAuth Setup Steps:
- Register YNAB OAuth Application:
Visit YNAB Developer Settings and create a new OAuth application - Configure OAuth Redirect URI:
Set redirect URI to:http://localhost:3000/auth/callback
- Update the .env.local file:
Add your OAuth Client ID:NEXT_PUBLIC_YNAB_CLIENT_ID=your-client-id
- Restart the development server:
Stop the current server (Ctrl+C) and runnpm run dev
again
🔐 Secure OAuth 2.0: No Personal Access Tokens needed! OAuth provides secure, user-controlled access to your YNAB data.