http basic auth middleware for Gotham framework
example code is in examples/basic-auth
, to run example, under repo root dir, just run
bash
cargo run --example basic-auth
and then open http://localhost:8000
on your browser, fill "admin" as username and password in
login modal, then you will see index page.