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