Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 411 Bytes

fortmatic.md

File metadata and controls

28 lines (20 loc) · 411 Bytes

Fortmatic

  1. Install Provider Package
npm install --save fortmatic

# OR

yarn add fortmatic
  1. Set Provider Options
import Fortmatic from "fortmatic";

const providerOptions = {
  fortmatic: {
    package: Fortmatic, // required
    options: {
      key: "FORTMATIC_KEY" // required
    }
  }
};

Note: A Fortmatic instance is available on the provider as provider.fm