]> OzVa Git service - ozva-cloud/commit
feat: added basic auth (#60)
authorJoe Koop <joe@joekoop.com>
Mon, 20 Jun 2022 03:25:09 +0000 (22:25 -0500)
committerGitHub <noreply@github.com>
Mon, 20 Jun 2022 03:25:09 +0000 (11:25 +0800)
commitdeb6365a2830983f82be4b299a4175887928afd9
tree502d6d92cf933260833c7199e2d098ae291c80d8
parent0d3acb8ae631ed29636a11397800bbd817d8be83
feat: added basic auth (#60)

* some small css fixes and changes

* added basic auth
https://stackoverflow.com/a/9534652/3642588

* most tests are passing

* fixed all the tests

* maybe now CI will pass

* implemented sigoden's suggestions

* test basic auth

* fixed some little things
assets/index.css
src/args.rs
src/auth.rs
src/server.rs
tests/auth.rs