Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 978 Bytes

File metadata and controls

34 lines (24 loc) · 978 Bytes

Jumio

Downloads Version License

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 jumio
yarn add jumio

Commands

  • yarn build to build the production version.
  • yarn lint to lint the codebase.
  • yarn prettier to run prettier.