Files
Zero/apps/server
Dak Washbrook d1b22fd673 Handle missing OAuth scopes gracefully with error messaging
Implemented error handling for missing OAuth scopes, displaying user-friendly messages in the login flow. Enhanced TRPC middleware and client logic to trigger logout and redirect users to a dedicated error state. Refactored error indicator components to ensure UI consistency.
2025-05-08 22:34:38 -07:00
..

server

To install dependencies:

bun install

To run:

bun dev

This project was created using bun init in bun v1.2.10. Bun is a fast all-in-one JavaScript runtime.