kentrainK
Convex Community6mo ago
3 replies
kentrain

Setup Convex Client with Auth for non-React apps

I have setup Auth0 with my Angular app and have an httpAction that Auth0 calls whenever a new user logs in. I would like to use
ctx.auth.getUserIdentity()
in my functions but it seems only React-based apps are supported via
ConvexProviderWithAuth
.
Is there any way integrate an auth provider with Convex in a non-React app?
Was this page helpful?