see the scripting tab in the electron (stand-alone) image window for more details...
see the scripting tab in the electron (stand-alone) image window for more details...
<h1>security</h1>
<h1>security</h1>
security is designed into leverjs at every level, from the firewall, to the nginx reverse proxy, to auth0 (https://auth0.com) user api tokens, to programmatic access tokens using private/public key signing. more details to follow soon...
security is designed into leverjs at every level, from the firewall, to the nginx reverse proxy, to auth0 (https://auth0.com) user api tokens, to programmatic access tokens using private/public key signing. more details to follow soon...the most secure route is to use the electron app for all your processing.
in the interim, to access the api functionality, you can use auth0 for use authentication (details TBD) or you can generate your own keys for programmatic authentication (run node.exe leverjs\keyGen.js, see matlab\+Client for examples).
Alternatively, to access the api functionality, you can use auth0 for use authentication. you will need
to create an auth0.com account and application key (more details TBD). Alternatively, if you start the lever server with no security (node server.js --secure=false ...) you can then use your firewall to limit
incoming connections on the server port to localhost only (easiest but not very secure).
You can also generate your own keys for programmatic authentication (run node.exe leverjs\keyGen.js, see matlab\+Client for examples).