> For the complete documentation index, see [llms.txt](https://help.readymage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.readymage.com/application-management/password-authentication.md).

# Password Authentication

Password authentication will restrict access to your store frontend. Access to it will be possible only after entering valid password.

<figure><img src="https://2103450200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MKew-XtJKAPabdeTxXg%2Fuploads%2FbRvvjfaqYUEqZwNdlaCw%2Fimage.png?alt=media&amp;token=33642c64-da9f-4c4a-bd6a-3d83fe50a5e8" alt=""><figcaption></figcaption></figure>

### Edit password

To change the password, enter a new password in the **Change Password** section and click **Save Password**.

<figure><img src="https://2103450200-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MKew-XtJKAPabdeTxXg%2Fuploads%2FSF7gHRRyLB05UdNPzvIC%2Fimage.png?alt=media&amp;token=5c48beb3-eb5a-47ad-a7e7-edc1aa7c74d6" alt=""><figcaption></figcaption></figure>

### Adding password to non-browser requests

For non-browser requests, alongside your request, send a cookie `readymagepass` with same value as the password.&#x20;

For example:

#### Curl

```
curl --location --request GET 'https://yourstore.readymage.com/' --header 'Cookie: readymagepass=your_password
```

###
