What Connect is
Trevi Connect gives you a hosted authorization page for a server. It supports OAuth, API key, or no-auth flows.Public connect page
Your connect page lives at/connect/{serverHostname} and shows your branding, scopes, and auth type.
Core endpoints
The OAuth broker flow uses/oauth/start and /oauth/callback. Non-OAuth flows use /connect/start and /connect/verify-code for email verification.
