Add AppleScript to get authentication token and place in home directory, used for OSX GUI app to authenticate a user as authorized to admin ZT1.

This commit is contained in:
Adam Ierymenko 2013-11-18 15:06:05 -05:00
commit 0adc91d6cb
9 changed files with 84 additions and 0 deletions

View file

@ -3,10 +3,16 @@
#include <QMainWindow>
#include "../node/Node.hpp"
namespace Ui {
class MainWindow;
}
// Globally visible instance of local client for communicating with ZT1
// Can be null if not connected, or will point to current
extern ZeroTier::Node::LocalClient *zeroTierClient;
class MainWindow : public QMainWindow
{
Q_OBJECT