Authentication providers
Furnace framework ยป Furnace authentication

Next:Authentication capabilities


The furnace.auth framework looks up users using an authentication provider. Different authentication providers can be swapped in to implement various authentication strategies.

Each authentication realm has a provider stored in the users slot. The default provider is users-in-db.
Authentication provider protocol
Dummy authentication provider
In-memory authentication provider
Database authentication provider