<login-realm> ( responder name -- realm )
Furnace framework » Furnace authentication » Authentication realms » Login authentication

Prev:login-realm


Vocabulary
furnace.auth.login

Inputs
respondera responder
namea string


Outputs
realma new responder


Word description
Wraps a responder in a new login realm with the given name. The realm must be configured before use; see Authentication realm configuration.

Definition