- Install Provider Package
npm install --save fortmatic
# OR
yarn add fortmatic
- 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