Locking down Perspective session props

Is there a way to lock down the Perspective session props to keep a customer from modifying view parameters with the React Dev tools?

No, unfortunately - there’s no way to actually verify anything in the client side. At best, you could continuously rewrite them, but that’s actually fairly easy to stop - they could just mangle the javascript that’s doing the property write on the frontend.

There is no way to protect the contents of the browser from a determined malicious actor.

2 Likes

So at this point, the best bet for securing dynamic props would be to tie it to a uuid?