Skip to main content
Participant
March 19, 2020
Question

How to restrict access to a script or functionality?

  • March 19, 2020
  • 1 reply
  • 405 views

I am developing an application (Script.JSX) for Photoshop with some automations.
I would like to know if it is possible in any way to restrict access to this script by user or machine.
This script should only be in my company. I don't want my employees to pass this script on to third parties.
I know a JavaScript file that approach is impossible to do. But I leave here my question and I await suggestions for how I could proceed.

 

This topic has been closed for replies.

1 reply

Legend
March 19, 2020

Most likely, you would need access to an authentication framework (say, OAuth) but I don't think that can be accessed directly via Extendscript. You'd need a module built in C++.