Jumio NetVerify identity and document verification library.
Provides properly typed interface for communicating with the Jumio identity and document verification services.
- Works with express server.
- Provides middleware for handling Jumio callbacks.
- Works with both US and EU data-centers.
- Parses the callback including JSON payloads to a more usable format.
- Performs callback IP validation.
- Written in TypeScript, no need for extra typings.
This package is distributed via npm
npm install jumio
yarn add jumio
yarn build
to build the production version.yarn lint
to lint the codebase.yarn prettier
to run prettier.