force-control
v1.4.1
Published
Controls session flow by handling refreshes and reinvoking function calls.
Downloads
3
Readme
force-control
Controls session flow by handling refreshes and reinvoking function calls.
Installation
npm install force-control
API
var ForceControl = require('force-control');
var forceControl = new ForceControl(opts);
Options
var opts = {
refreshUrl: 'url to post for refresh'
};