Password protection
daniel-ac-martin
released this
22 Aug 23:10
·
732 commits
to master
since this release
It's now possible to make prototypes private by password protecting them. To do so, you will need to set the following environment variables:
AUTH_METHOD
=basic
AUTH_USERNAME
(set to the username you want users to supply)AUTH_PASSWORD
(set to the password you want users to supply)PRIVACY
=true
(to apply the authentication to the entire website)