This commit is contained in:
kdeng00
2019-08-27 20:33:00 -04:00
parent d0d1008044
commit b885e3d2c8
3 changed files with 13 additions and 68 deletions
-9
View File
@@ -92,15 +92,6 @@ auth_credentials token_manager::parse_auth_credentials(std::string_view path)
auto exe_path = directory_manager::configPath(path);
exe_path.append("/authcredentials.json");
//auto content = directory_manager::contentOfPath(exe_path);
/**
std::fstream a(exe_path, std::ios::in);
std::stringstream s;
s << a.rdbuf();
a.close();
*/
//auto con = nlohmann::json::parse(directory_manager::contentOfPath(exe_path));
auto con = directory_manager::credentialConfigContent(exe_path);
auth_credentials auth;