3.0.0 • Published 4 years ago

@fortmatic/admin v3.0.0

Weekly downloads
34
License
MIT
Repository
github
Last release
4 years ago

Fortmatic Admin Javascript SDK

Fortmatic Admin JavaScript SDK lets developers secure endpoints in their Express-based NodeJS application via easy-to-use middleware.

Documentation

See the Developer Documentation.

Installation

Integrating your NodeJS application with Fortmatic Auth will require our NPM package:

npm install --save @fortmatic/admin

Usage

Sign up or log in to your Developer Dashboard to receive API keys.

const Fortmatic = require('@fortmatic/admin');

// Create a Fortmatic Admin instance
const fm = new Fortmatic(‘YOUR_DEVELOPER_SECRET_KEY’);

// Apply middleware
app.use(fortmatic.middlewares.express);
3.0.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago