Handbook
Glossary
<protected> ( responder -- protected )
Furnace framework
»
Furnace authentication
»
Protected resources
Prev:
protected
Vocabulary
furnace
.
auth
Inputs
responder
a responder
Outputs
protected
a 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
USING:
accessors
kernel
;
IN:
furnace.auth
:
<protected>
( responder -- protected )
protected
new
swap
>>responder
;