Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 498 Bytes

File metadata and controls

23 lines (18 loc) · 498 Bytes

Node.js package for Northwestern WebSSO/DUO node implementation

Install

npm install --save nusso
const nusso = require('nusso');

Docs

https://nit-administrative-systems.github.io/nusso-node/

Contributing

Pull requests welcome!

  • Test changes to the nusso package locally by running npm link in your local package directory and npm link nusso in your application
  • Generated updated documentation by running npm run generate-docs

Publishing

np