diff --git a/.htpasswd b/.htpasswd new file mode 100644 index 0000000..34ec091 --- /dev/null +++ b/.htpasswd @@ -0,0 +1 @@ +admin:$2y$10$JmET.FCeLoUu26obV9fuw.i2BUWU6VH6yF2PAcXF1gSlgxEpoCogG diff --git a/static/.htaccess b/static/.htaccess new file mode 100644 index 0000000..a11ced1 --- /dev/null +++ b/static/.htaccess @@ -0,0 +1,4 @@ +AuthType Basic +AuthName "Protected Site" +AuthUserFile ../.htpasswd +require valid-user