<protected> ( responder -- protected )
Furnace framework » Furnace authentication » Protected resources

Prev:protected


Vocabulary
furnace.auth

Inputs
respondera responder


Outputs
protecteda new responder


Word description
Wraps a responder in a protected responder. Access to the wrapped responder will be conditional upon the client authenticating with the current authentication realm.

Definition