new authentication interface

This commit is contained in:
Anonymous275
2020-12-07 14:33:55 +02:00
parent fa31090143
commit cf459a67d0
43 changed files with 16747 additions and 17 deletions

8
include/Json.h Normal file
View File

@@ -0,0 +1,8 @@
///
/// Created by Anonymous275 on 11/27/2020
///
#pragma once
#include "rapidjson/stringbuffer.h"
#include "rapidjson/document.h"
#include "rapidjson/writer.h"
namespace json = rapidjson;