Local auth seems to work

This commit is contained in:
Tomas Bures 2017-07-08 18:57:41 +02:00
parent d79bbad575
commit 9758b4b104
34 changed files with 199 additions and 141 deletions

5
lib/senders.js Normal file
View file

@ -0,0 +1,5 @@
'use strict';
module.exports = {
workers: new Set()
};