This is a JavaScript implementation of a client library for "NI Auth", the authentication system used for NI LabVIEW Real-Time targets and LabVIEW-based web services.
This implementation was designed for use in the browser, and utilizes
both Promises and the Fetch API. For downlevel browsers, consider
using the es6-promise
and fetch-ie8
npm packages to provide these.
This project has enough implementation to log in to a NI LabVIEW Real-Time 2016 system and enumerate permission roles. More complicated use cases, such as adding or removing users or roles, are not presently supported.
The API should not be considered to be stable.
See CONTRIBUTING.md.
niauth-js is not supported by National Instruments. All support should be through the project's GitHub page.
niauth-js is licensed under an MIT-style license (see LICENSE). Other incorporated projects may be licensed under different licenses. All licenses allow for non-commercial and commercial use.