Database authentication provider
Furnace framework » Furnace authentication » Authentication providers

Prev:In-memory authentication provider


The furnace.auth.providers.db vocabulary implements an authentication provider which looks up authentication requests in the USERS table of the current database. The database schema is Factor-specific, and the table should be initialized by calling
users create-table

The authentication provider class:
users-in-db