corbado-nodejs
corbado-nodejs copied to clipboard
Add passkeys to your Node.js application with the Corbado Node.js SDK.
# Description We extend the Node SDK with calls that are useful to our Firebase service. This then releases the Firebase service from directly interacting with the API. Fixes #20....
The order in which validation error messages come from the backend is random. So all tests with at least two validation error messages are flaky (see tests/integration/services/emailLink.test.ts for example).
## Why We have a Firebase extension that spins up a number of Firebase functions that run NodeJS. In them so far we directly make use of generated clients for...
## ๐ Summary This PR significantly improves test coverage accuracy and adds comprehensive unit tests for core SDK functionality. The overall **statement coverage** for hand-written code increases from **41% to...