You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is allowing users to edit templates and have basic conditionals with variables from their user data.
Want to avoid allowing users to execute their own code. So in that regard have disabled access to user defined constants and functions()
But, ideally would be nice to allow access to certain functions that are safe for people to use.
The text was updated successfully, but these errors were encountered:
First, thanks this is really great package.
My use case is allowing users to edit templates and have basic conditionals with variables from their user data.
Want to avoid allowing users to execute their own code. So in that regard have disabled access to user defined constants and functions()
But, ideally would be nice to allow access to certain functions that are safe for people to use.
The text was updated successfully, but these errors were encountered: