Update Unicode docs
[factor/jcg.git] / basis / furnace / auth / basic / basic-docs.factor
blobc0d3184c7883b3b7597ddb3826fbac1f24d704b2
1 USING: help.markup help.syntax ;
2 IN: furnace.auth.basic
4 HELP: <basic-auth-realm>
5 { $values { "responder" "a responder" } { "name" "an authentication realm name" } { "realm" basic-auth-realm } }
6 { $description "Wraps a responder in a basic authentication realm. The realm must be configured before use; see " { $link "furnace.auth.realm-config" } "." } ;
8 HELP: basic-auth-realm
9 { $class-description "The basic authentication realm class. Slots are described in " { $link "furnace.auth.realm-config" } "." } ;
11 ARTICLE: "furnace.auth.basic" "Basic authentication"
12 "The " { $vocab-link "furnace.auth.basic" } " vocabulary implements HTTP basic authentication."
13 { $subsection basic-auth-realm }
14 { $subsection <basic-auth-realm> } ;
16 ABOUT: "furnace.auth.basic"