unity-package-authentication
v0.2.0
Published
authentication client for the unity package service
Downloads
4
Readme
unity-package-authentication
Note: uses es6 classes, see this for node version compatibility
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