1.0.1 • Published 5 years ago

js-authentication-sdk v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

js-authentication-sdk

Browser

<script src="$path/js-authentication-sdk/$version/dist/index.umd.js"></script>
new JSAuthenticationSdk({ username: 'admin', password: 'admin' })

ESModules

npm install js-authentication-sdk --save
import JSAuthenticationSdk from 'js-authentication-sdk'

new JSAuthenticationSdk({ username: 'admin', password: 'admin' })

Node.js

npm install js-authentication-sdk --save
const JSAuthenticationSdk = require('js-authentication-sdk')

new JSAuthenticationSdk({ username: 'admin', password: 'admin' })

To see more details

1.0.1

5 years ago

1.0.0

5 years ago