Convex SDK reference
key_xxxxxxxx
)RowndProvider
from @rownd/react/convex
and pass both your Convex client and Rownd app key:
[! NOTE]
Ensure you have the app:
in addition to your app-id.
For example, applicationID: “app:app_alksdjflakjvlkeja”
users
table.ctx.auth.getUserIdentity()
will return all of the claim data included in the user’s JWT. You can use the
subject
value to map your internal users to Rownd user’s.
RowndProvider
, you can use all other features of the @rownd/react
SDK in your app as documented in the official Rownd docs.
useStoreUserEffect
to handle the authentication flow as outlined in these Convex docs
Example:
identity.subject
) in your users
table and use it as the primary lookup for all user-specific data.users
table by rowndId
for fast queries.ctx.auth.getUserIdentity()