Add authentication

This commit is contained in:
Asher
2019-07-12 15:21:00 -05:00
parent 2b2aa9a211
commit 97167e75ff
8 changed files with 401 additions and 92 deletions

View File

@@ -73,7 +73,7 @@ yarn patch:apply
yarn
yarn watch
# Wait for the initial compilation to complete (it will say "Finished compilation").
yarn start
yarn start --allow-http --no-auth
# Visit http://localhost:8443
```