The Javascript SDK is hosted on Github. Feel free to use, modify, or expand it in accordance with the MIT license.
The package is intended to work with both browser-based and Node.js applications.
<script src="https://cdn.jsdelivr.net/gh/ssofy/javascript-sdk/dist/ssofy.min.js"></script>
<!-- UMD Version -->
<script src="https://cdn.jsdelivr.net/gh/ssofy/javascript-sdk/dist/ssofy.umd.min.js"></script>
npm i @ssofy/javascript-sdk -S
yarn add @ssofy/javascript-sdk