This app demonstrates key integration points with saashub.
Authorization Code Flow with PKCE, nonce, state, and ID token validation.
Tenant selection, switching via prompt=select_account, and multi-tenant membership display.
Client credentials flow to query tenants, subscriptions, instances, members, and events.
Files uploaded via the dashboard, backed by S3 and served publicly.
Click "Sign in with SaasHub" — you are redirected to the saashub authorization server.
Authenticate and select a tenant — saashub issues an authorization code.
This app exchanges the code for access, refresh, and ID tokens using PKCE.
The dashboard shows your profile, tenant data, and service API responses — all live from saashub.