Skip to content

Commit

Permalink
Add authentication document
Browse files Browse the repository at this point in the history
  • Loading branch information
arifszn committed Sep 16, 2022
1 parent f8cd17c commit 14c8222
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions website/docs/5- functionalities/1-authentication.md
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Password: 123456
```

## Admin Authentication

The route definitions can be found [**here**](/docs/api-documentation/redoc#tag/adminAuth).

**Demo Admin Credentials**

```
Email: [email protected]
Password: 123456
```

0 comments on commit 14c8222

Please sign in to comment.