To simplify a question of mine - do you think I ca...
# suitescript
u
To simplify a question of mine - do you think I can rely on
N/cache
with scope
PROTECTED
to be 100% inaccessible to anything except my SuiteApp's scripts? Thinking of keeping OAuth access tokens in there. Thanks!
e
I don't see why you couldn't. Even if someone was able to bypass the protected scope somehow, they would need to guess the cache name and key to get the value.
u
Thanks for chipping in! Though, I don't think it's a good idea to rely on security by obscurity. If it's possible to bypass the protected scope, I don't want to go this way. But is it?
e
I agree regarding obscurity. To be sure, you could test it yourself by creating a script that isn't in your suiteapp. I highly doubt it is.
thankyou 1