This example supports that users register an account with password, FIDO2 Key or both.
- Node.js
- npm
npm install
certPath: The path of SSL certificate.keyPath: The path of certificate's private key.accessPoint: The access point for using AT.AuthFi.apiKey: The API key for using AT.AuthFi.
site: The website's URL.package_name: The package name declared in the app's manifest.sha256_cert_fingerprints: The SHA256 fingerprints of your app's signing certificate.
apps: The application identifiers for the apps that are available for use on this website.
npm start
npm run dev