Handbook
Glossary
allow-edit-profile? ( -- ? )
Furnace framework
»
Furnace authentication
»
Optional authentication features
»
User profile editing
Prev:
allow-edit-profile ( realm -- realm )
Vocabulary
furnace
.
auth
.
features
.
edit-profile
Inputs
None
Outputs
?
a
boolean
Word description
Outputs true if the current authentication realm allows user profile editing.
Definition
USING:
accessors
assocs
furnace.auth
kernel
namespaces
;
IN:
furnace.auth.features.edit-profile
:
allow-edit-profile?
( -- ? )
realm
get
responders>>
"edit-profile"
swap
key?
;