diff --git a/documentations/package-lock.json b/documentations/package-lock.json index 3e328e1..a2e36f6 100644 --- a/documentations/package-lock.json +++ b/documentations/package-lock.json @@ -1072,8 +1072,9 @@ "license": "MIT" }, "node_modules/cross-spawn": { - "version": "7.0.3", - "license": "MIT", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", diff --git a/documentations/src/views/Authentication.vue b/documentations/src/views/Authentication.vue index cb54475..239f042 100644 --- a/documentations/src/views/Authentication.vue +++ b/documentations/src/views/Authentication.vue @@ -51,14 +51,14 @@
{ "username": "<username>", "email": "<email>", - "password": "<MD5 hashed string>", + "password": "<SHA-512 hashed string>", "enabled": "0|1" }@@ -70,14 +70,14 @@
{ "username": "<username>", "email": "<email>", - "password": "<MD5 hashed string>", + "password": "<SHA-512 hashed string>", "enabled": "0|1" }@@ -89,14 +89,14 @@
{ "username": "<username>", "email": "<email>", - "password": "<MD5 hashed string>", + "password": "<SHA-512 hashed string>", "enabled": "0|1" }@@ -234,13 +234,13 @@ } Auth: Login Username -
Log-in a specified QLBase application user account using username and an MD5-hashed password string.
+Log-in a specified QLBase application user account using username and an SHA-512-hashed password string.
api/index.php?action=auth_login_usernamePayload Structure
{ @@ -259,13 +259,13 @@ }Auth: Login Email -
Log-in a specified QLBase application user account using email and an MD5-hashed password string.
+Log-in a specified QLBase application user account using email and an SHA-512-hashed password string.
api/index.php?action=auth_login_emailPayload Structure
{ diff --git a/documentations/src/views/FileStorage.vue b/documentations/src/views/FileStorage.vue index e187459..039a0b8 100644 --- a/documentations/src/views/FileStorage.vue +++ b/documentations/src/views/FileStorage.vue @@ -106,7 +106,7 @@@@ -162,7 +162,7 @@ 2 -Checksum of the fetched file in MD5 hash +Checksum of the fetched file in SHA-512 hash 3 -Checksum of the fetched file in MD5 hash +Checksum of the fetched file in SHA-512 hash