Basic authentication middleware
auth_basic(account_eval_func, basic_realm = "this_jug_server")
account_eval_func | a function to which the username and password arguments will be passed and which should return |
---|---|
basic_realm | the user visible realm that will be returned through the |