Link Search Menu Expand Document

Password protection

Learn how to enable password protection on your domain

  • This feature is available for domains on Bip Plus

If you want to protect your website with a username/password, you can enable password protection on your domain.

Create a file in the root of your project called ‘AUTH’. For each new user that you want, create a new line in the file with the format:

username:password

For example, you may have the following in your AUTH file:

joebloggs:mypassword123
johnsmith:qwerty5510
acmecorp:orangebanana321

Save the file, then deploy your project. Bip will detect the file and enable password protection with the users you’ve defined.

To disable password protection, simply delete the AUTH file and re-deploy your project.

Please note:

  • You can create up to 20 different username/password combinations.
  • Password protection applies to your webpages. It does not apply to any assets (e.g. images, videos) that you upload.

© 2024 Bip.sh, Ltd.