15 lines
753 B
Factor
15 lines
753 B
Factor
|
USING: help.markup help.syntax io.streams.string ;
|
||
|
IN: furnace.auth.providers.assoc
|
||
|
|
||
|
HELP: <users-in-memory>
|
||
|
{ $values { "provider" users-in-memory } }
|
||
|
{ $description "Creates a new authentication provider which stores the usernames and passwords in an associative mapping." } ;
|
||
|
|
||
|
ARTICLE: "furnace.auth.providers.assoc" "In-memory authentication provider"
|
||
|
"The " { $vocab-link "furnace.auth.providers.assoc" } " vocabulary implements an authentication provider which looks up usernames and passwords in an associative mapping."
|
||
|
{ $subsection users-in-memory }
|
||
|
{ $subsection <users-in-memory> }
|
||
|
"The " { $slot "assoc" } " slot of the " { $link users-in-memory } " tuple maps usernames to checksums of passwords." ;
|
||
|
|
||
|
ABOUT: "furnace.auth.providers.assoc"
|