Quantcast
Channel: ЁЯОЫя╕П Dash - Plotly Community Forum
Viewing all articles
Browse latest Browse all 6271
тЖз

Sensitive data in hidden div

$
0
0

Hello,

My app does this:

  • Dash Basic authentication step
  • loading data from a local file into a hidden div when building the layout
  • inside a callback, it retrieves which user is loggued in (it looks like I can only do that inside a callback) and then blind specific data. The blinding strategy is user based, i.e. I must know whoтАЩs loggued in.
  • Callback outputs a dash table with the blinded data, that the user can see.

Here are my questions:

  1. Is there a way (through Development Tools in Chrome for example or any other way) for anyone to see the unblinded sensitive data in the hidden div? Where would that be?

  2. Bonus question: I wish I could blind the data before storing in the hidden div (so the callback doesnтАЩt have to re-apply the same blinding for the same user again and again). What could be a strategy?

Many thanks for your answers !

Kind regards,
Nicolas

2 posts - 2 participants

Read full topic

тЖз

Viewing all articles
Browse latest Browse all 6271

Trending Articles