Would it be architecturally feasible to offer native social OAuth providers (Google, GitHub, Apple) directly through Jazz Cloud? Currently, social login requires setting up Clerk or self-hosted Better Auth, which adds infrastructure overhead.
Since Jazz Cloud already handles sync, could it potentially also handle OAuth callbacks and store encrypted account keys linked to OAuth identities? similar to how Supabase and PocketBase provide built-in social auth.
This would make the DX exceptional for devs who want to offer "Sign in with Google" without maintaining a separate auth service.
Would it be architecturally feasible to offer native social OAuth providers (Google, GitHub, Apple) directly through Jazz Cloud? Currently, social login requires setting up Clerk or self-hosted Better Auth, which adds infrastructure overhead.
Since Jazz Cloud already handles sync, could it potentially also handle OAuth callbacks and store encrypted account keys linked to OAuth identities? similar to how Supabase and PocketBase provide built-in social auth.
This would make the DX exceptional for devs who want to offer "Sign in with Google" without maintaining a separate auth service.