From 615762d8c0b157e727b0393d1a6c7580d64685b8 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Thu, 14 Nov 2024 07:22:41 +0800 Subject: [PATCH] Authentication service session validation action on documentation pages. --- documentations/src/views/Authentication.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/documentations/src/views/Authentication.vue b/documentations/src/views/Authentication.vue index b1e499b..cb54475 100644 --- a/documentations/src/views/Authentication.vue +++ b/documentations/src/views/Authentication.vue @@ -296,6 +296,19 @@ "sess_id": "<uuid>" } +Auth: Validate Session +

Check the validity of the session ID (in UUID form).

+
api/index.php?action=auth_validate_session
+ + Payload Structure + + +
{
+    "sess_id": "<uuid>"
+}
+ Auth: Fetch All Users

Fetch all the QLBase application user informations including username, email, enability, and timestamp of creation.

api/index.php?action=auth_fetch_all