Skip to content

Commit eb6ead2

Browse files
Update articles/static-web-apps/password-protection.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent b6f0ac4 commit eb6ead2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/password-protection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: cshoe
1313

1414
You can use a password to protect your app's pre-production environments or all environments. Scenarios when password protection is useful include:
1515

16-
- Limiting access to your static web app to people who you've given the password to
16+
- Limiting access to your static web app to people who have the password
1717
- Protecting your static web app's staging environments
1818

1919
Password protection is a lightweight feature that offers a limited level of security. To secure your app using an identity provider, use the integrated [Static Web Apps authentication](authentication-authorization.md). You can also restrict access to your app using [IP restrictions](configuration.md#networking) or a [private endpoint](private-endpoint.md).

0 commit comments

Comments
 (0)