space-cloud icon indicating copy to clipboard operation
space-cloud copied to clipboard

Keep the same variables for transformations and security rules

Open HeyItsJs opened this issue 5 years ago • 0 comments

The problem faced currently?

Currently, the variables in transformations are args, auth and token. However, the same things are accessible in security rules as args.params, args.auth and args.token. This creates confusion and wrong variables being used a lot of times.

How can we solve it?

Keep the same variables in security rules as in transformations.

If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features are important to you. 👍

HeyItsJs avatar Dec 08 '20 13:12 HeyItsJs