In-memory authentication provider
Furnace framework » Furnace authentication » Authentication providers

Prev:Dummy authentication provider
Next:Database authentication provider


The furnace.auth.providers.assoc vocabulary implements an authentication provider which looks up usernames and passwords in an associative mapping.
users-in-memory

<users-in-memory> ( -- provider )


The assoc slot of the users-in-memory tuple maps usernames to checksums of passwords.