Open
Description
Enable e.g. dcc.Store
to encrypt/decrypt its data-*
props on the server, and possibly expand to other components.
#254 was a first cut at implementing this in dash.py
and some design discussion is available there. It seems like the way forward here is to make the base component class extensible with server-side transform
/inverse_transform
extension points.
@chriddyp is there an existing issue that captures other needs/thoughts around the base component extension idea?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In progress