> 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.

![](/files/6XIqAeSfjauXGR3awXNC)

### Edit password

To edit the password, click on "Edit" button.

![](/files/STjcwEI2D5x1LZ5EhTpl)

### 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
```

###
