Configuration

The Fortmatic SDK offers an endpoint for customizing certain UI behavior.

import Fortmatic from 'fortmatic';

const fm = new Fortmatic('YOUR_API_KEY');
fm.configure({ ... });

As of v1.0.1, the only endpoint that makes use of configuration is Fortmatic.user.login.

Last updated