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