From 14c8222f2ac5866d933e9a9313646e699ae19cea Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Fri, 16 Sep 2022 15:15:20 +0600 Subject: [PATCH] Add authentication document --- .../5- functionalities/1-authentication.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/website/docs/5- functionalities/1-authentication.md b/website/docs/5- functionalities/1-authentication.md index 5c1bc54..2c3af21 100644 --- a/website/docs/5- functionalities/1-authentication.md +++ b/website/docs/5- functionalities/1-authentication.md @@ -1,3 +1,27 @@ --- title: Authentication --- + +Pandora comes with industry-grade authentication system including both user and admin authentication. + +## User Authentication + +The route definitions can be found [**here**](/docs/api-documentation/redoc#tag/auth). + +**Demo User Credentials** + +``` +Email: john@example.com +Password: 123456 +``` + +## Admin Authentication + +The route definitions can be found [**here**](/docs/api-documentation/redoc#tag/adminAuth). + +**Demo Admin Credentials** + +``` +Email: root@admin.com +Password: 123456 +```