js-authentication-sdk

1.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i js-authentication-sdk

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

24.8 kB

Total Files

14

Last publish

Collaborators

  • moshenggui