Integration and Usage
ONT Login web component UI SDK for JavaScript
Before getting started, please make sure to:
implement the API as specified
check web component compatibility here
Example Apps
vue
Integration and Usage
via NPM package
npm i ontlogin-uiimport "ontlogin-ui";<ont-login
url_of_get_challenge="server/requestChallenge"
url_of_submit_response="server/submitChallenge"
/>via js bundle
Last updated