Authentication realm configuration
Furnace framework » Furnace authentication » Authentication realms

Prev:Login authentication


Instances of subclasses of realm have the following slots which may be set:
nameA string identifying the realm for user interface purposes
usersAn authentication provider (see Authentication providers). By default, the users-in-db provider is used.
checksumAn implementation of the checksum protocol used for verifying passwords (see Checksums). The sha-256 checksum is used by default.
secureA boolean, that when set to a true value, forces the client to access the authentication realm via HTTPS. An attempt to access the realm via HTTP results in a redirect to the corresponding HTTPS URL. On by default.