convex-js
convex-js copied to clipboard
TypeScript/JavaScript client library for Convex
Adds a provider for [FusionAuth](https://fusionauth.io) ---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Hey 👋, I would like to use convex for an app I am building, however I would require `db.patch` to allow for deep merging into documents. I see this used...
Added 'use client' directive to `auth_helpers`, fixes #10 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your...
Hey guys, Currently the `auth_helpers` don't work in Nextjs app router server-side rendered components because they use the `useConvexAuth` hook, and they haven't declared they are to be run on...
This PR adds Descope as a Default OAuth Provider with Convex, as is already the case with Auth0 and Clerk. The PR that includes an example of a react app...
I'm trying to send an email (a verification code), which should only happen in the server in convex I've have used "use node" flag at the top of the file....
# Background Information I'm developing a project within a team wherein our React client consumes the Convex API. As of the moment, the onboarding process and development environment setup is...
Recent refactors have narrowed the usage of `ExtractDocument`, such that it is now only used in one place (`DataModelFromSchemaDefinition`). This PR specializes its implementation and updates some comments accordingly. (I...