factor/basis/furnace/auth/basic/basic-docs.factor

17 lines
759 B
Factor
Raw Normal View History

2008-11-16 08:19:20 -05:00
USING: help.markup help.syntax ;
IN: furnace.auth.basic
HELP: <basic-auth-realm>
{ $values { "responder" "a responder" } { "name" "an authentication realm name" } { "realm" basic-auth-realm } }
2008-11-16 08:27:31 -05:00
{ $description "Wraps a responder in a basic authentication realm. The realm must be configured before use; see " { $link "furnace.auth.realm-config" } "." } ;
HELP: basic-auth-realm
{ $class-description "The basic authentication realm class. Slots are described in " { $link "furnace.auth.realm-config" } "." } ;
2008-11-16 08:19:20 -05:00
ARTICLE: "furnace.auth.basic" "Basic authentication"
"The " { $vocab-link "furnace.auth.basic" } " vocabulary implements HTTP basic authentication."
2008-11-16 08:27:31 -05:00
{ $subsection basic-auth-realm }
2008-11-16 08:19:20 -05:00
{ $subsection <basic-auth-realm> } ;
ABOUT: "furnace.auth.basic"