React JS #
“Why did the React component go to therapy?” — Answer: To gain some context.
AppKey React Demo #
Cosync offers a React JS web demo where you can sign up, create an account, and generate a passkey on your client device. You can access the demo at the following URL:
https://demo.appkey.io
This will present the following login screen
The code for this React JS Cosync Appkey demo is open source and available at the following Github repository:
https://github.com/Cosync/AppKey-WebReactDemo.git
As a React program this demo will use the AppKey-WebAuthn NPM package described below.
AppKey-WebAuthn #
The AppKey-WebAuthn Node module provides functional bindings between a Node.js/React application and the AppKey service. To integrate this module into your Node.js/React application, follow these steps:
Open terminal and go to root project folder where package.json is
npm i appkey-webauthn
This package can be found at the following github link
https://github.com/Cosync/AppKey-WebAuthn.git
This open-source package, released under the Apache license, provides JavaScript React bindings for the Cosync AppKey REST API. It simplifies the integration of React and React Native applications with the AppKey service.
The AppKey-WebAuthn npm package enables the React Native Command Line Interface AppKey demo to communicate with the AppKey service.