Skip to content

Commit

Permalink
Authentication service session validation action on documentation pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 13, 2024
1 parent 4068589 commit 615762d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions documentations/src/views/Authentication.vue
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,19 @@
<span class="text-warning">"sess_id"</span>: <span class="text-danger">"&lt;uuid&gt;"</span>
<span class="text-primary">}</span></pre>

<b class="mt-4 mb-2 d-block border-bottom fw-bold">Auth: Validate Session</b>
<p>Check the validity of the session ID (in UUID form).</p>
<pre class="bg-secondary border-gray border rounded p-2">api/index.php?action=auth_validate_session</pre>

<b>Payload Structure</b>
<ul>
<li><i>uuid</i> &mdash; The session ID (in UUID form) to be checked.</li>
</ul>

<pre class="bg-secondary border-gray border rounded p-2"><span class="text-primary">{</span>
<span class="text-warning">"sess_id"</span>: <span class="text-danger">"&lt;uuid&gt;"</span>
<span class="text-primary">}</span></pre>

<b class="mt-4 mb-2 d-block border-bottom fw-bold">Auth: Fetch All Users</b>
<p>Fetch all the QLBase application user informations including username, email, enability, and timestamp of creation.</p>
<pre class="bg-secondary border-gray border rounded p-2">api/index.php?action=auth_fetch_all</pre>
Expand Down

0 comments on commit 615762d

Please sign in to comment.