@authefy/web-client
Getting Started
For more information, check the official npm package site.
To install @authefy/web-client via npm:
$ npm install @authefy/web-clientInstantiate a new Authefy web client:
import Client from '@authefy/web-client';
const authefyWebClient = new Client({
appAccessKey: process.env.AUTHEFY_APP_ACCESS_KEY
});Last updated
Was this helpful?