Issue per-tenant ES256 JWTs, publish a JWKS endpoint, and connect Convex without a second identity bridge.
Per-tenant ES256 keys keep issuer boundaries clear.
Verifiers discover the right public key through the standard JWKS endpoint.
ConvexProviderWithAuthOwl connects your existing AuthOwl session to Convex.
import { AuthOwlProvider } from '@authowl/react' import { ConvexProviderWithAuthOwl } from '@authowl/convex' <AuthOwlProvider publishableKey={key} apiUrl={apiUrl}> <ConvexProviderWithAuthOwl client={convex}> {children} </ConvexProviderWithAuthOwl> </AuthOwlProvider>
Included on every plan - Free through Scale.
Issue rotation-safe tokens and connect Convex from the same auth project.