convex-js icon indicating copy to clipboard operation
convex-js copied to clipboard

Supabase auth using ConvexProviderWithAuth

Open luanlucho opened this issue 2 months ago • 1 comments

Hi,

Being trying to make Supabase auth work with convex but haven't succeeded. It looks like Supabase domain is not hosting a ${domain}/.well-known/openid-configuration file.

Is there anything that the Convex team can do to make this happen?

The only reason I'm trying to use Supabase auth is because I like their storage solution that comes with image optimization out of the box.

Thanks.

luanlucho avatar Aug 31 '25 21:08 luanlucho

Hi @luanlucho, check out https://docs.convex.dev/auth/advanced/custom-jwt which lets you specify a custom location of the jwks instead of expecting a /.well-known/openid-configuration route to exist to find it.

thomasballinger avatar Sep 04 '25 21:09 thomasballinger