tornado-http-auth icon indicating copy to clipboard operation
tornado-http-auth copied to clipboard

Digest and basic authentication for Tornado

Results 2 tornado-http-auth issues
Sort by recently updated
recently updated
newest added

I had a look at the code while attempting to setup a tornado server with http auth based on PAM and this : ```py challenge = check_credentials_func(username) if not challenge:...

Not sure if it is suitable here to fully depend on pamela or not. It seems however the current design `auth(username) -> password` cannot coexist with the arguably safer PAM...