0.2.0 • Published 7 years ago

unity-package-authentication v0.2.0

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

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