gotham-middleware-basicauth

http basic auth middleware for Gotham framework

License 996.ICU

Usage

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.

todo