Sokratis Vidros
Sokratis Vidros
We are working on a new version of `clerk-sdk-node` that is already available on our `next` branch/tag. Can you please send us replication steps so as to make sure that...
`clerk-remix` depends on `clerk-node-sdk` that uses [got HTTP client](https://www.npmjs.com/package/got). That is, the current version of `clerk-remix` works for Node runtimes. I will a PR later today using a cross fetch...
Still working on it. The latest status is that we need to find an isomorphic HTTP clients and an isomorphic crypto library. The HTTP client we picked for now is...
Folks, this is the first PR towards a more isomorphic architecture https://github.com/clerkinc/javascript/pull/290. It's still WIP as I am currently on paternity leave but the direction should be clear. Let us...
Hey @marcus-sa, the PR introducing fetch will be merged later this week. The next step is to bump to Node 16 and use webcrypto. Apologies this is taking longer than...
The first PR about fetch is now merged. Next week we will replace Node crypto with Web crypto.
Apologies for the delay. We are currently working to support [Next.js 12.2 Middleware](https://nextjs.org/docs/advanced-features/middleware). Cloudflare workers for Remix and other frameworks are next on the list.
We expect this to be resolved in November. As you can see in https://github.com/clerkinc/javascript/pull/460/files we've started rearchitecting our backend SDKS to make them work across web-interoperable runtimes.
@dvargas92495 some tests are still failing. Could you please have another look?
> Ok all tests are passing, I think the PR is officially ready for review! Taking out of draft > > It's a big one, so I'm happy to split...