Working on User authentication

This commit is contained in:
kdeng00
2019-09-22 23:57:14 -04:00
parent 89ed9f9252
commit 4bd794c288
19 changed files with 627 additions and 11 deletions
+4
View File
@@ -1,6 +1,8 @@
#ifndef INITIALIZATION_H_
#define INITIALIZATION_H_
#include <string>
#include "model/Models.h"
namespace verify
@@ -8,6 +10,8 @@ namespace verify
class Initialization
{
public:
static bool skipVerification(const std::string&);
static void checkIcarus(const model::BinaryPath&);
private:
static bool confirmConfigAuth(const model::BinaryPath&);