1.27.10 • Published 6 years ago
jumio v1.27.10
Jumio
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.
Installation
This package is distributed via npm
npm install jumioyarn add jumioCommands
yarn buildto build the production version.yarn lintto lint the codebase.yarn prettierto run prettier.