Handbook
Glossary
allow-registration ( realm -- realm )
Furnace framework
»
Furnace authentication
»
Optional authentication features
»
User registration
Next:
allow-registration? ( -- ? )
Vocabulary
furnace
.
auth
.
features
.
registration
Inputs
realm
an authentication realm
Outputs
realm
an authentication realm
Word description
Adds a
registration
action to an authentication realm.
Definition
USING:
http.server.dispatchers
;
IN:
furnace.auth.features.registration
:
allow-registration
( realm -- realm )
<register-action>
"register"
add-responder
;