Integration and Usage

ONT Login web component UI SDK for JavaScript

​Please check out the front-end JavaScript SDK is you want to build a custom UI.

Example Apps

Integration and Usage

via NPM package

npm i ontlogin-ui
import "ontlogin-ui";
<ont-login
  url_of_get_challenge="server/requestChallenge"
  url_of_submit_response="server/submitChallenge"
/>

via js bundle

Last updated