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