unity-package-authentication

0.2.0 • Public • Published

unity-package-authentication

Note: uses es6 classes, see this for node version compatibility

Build Status

Authentication client for the unity package service

How

Do I...

Install

Simple! Just npm install unity-package-authentication

Use

See the following (or the tests):

const client = new UnityAuthenticationClient()

client.authenticate('username','password', 'license', 'hardware')
    .then((sessionId) => {
        // sessionId is a valid unity session
    })

You'll probably also want to check out:

License

MIT

/unity-package-authentication/

    Package Sidebar

    Install

    npm i unity-package-authentication

    Weekly Downloads

    3

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • b3ngr33ni3r