Javascript client for realmassive auth service. See tests for example usage.
Clone this repo:
https://github.com/RealMassive/auth-client.git
And run all of the npm targets:
npm install && npm run lint && npm run test && npm run build && npm run test-browser
If all commands are successful, then dist/authclient.js
will have been built.
NOTE: during development you may run the npm commands independently.