SecureToken 구현

- gateway - server 통신용
This commit is contained in:
2023-08-19 06:50:32 +00:00
parent 0ee7066679
commit f8b8ea6cbe
2 changed files with 173 additions and 0 deletions
+2
View File
@@ -26,5 +26,7 @@ declare namespace NodeJS {
API_ROOT_PATH?: string;
VITE_API_ROOT_PATH?: string;
PRESHARED_SECURE_TOKEN_SECRET?: string; //길게
}
}