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
After thinking about this for some time, I've come to the conclusion that #[tsync] additions shouldn't be the default like it currently is. Users should manually copy and edit the generated read struct and filter out any properties that may contain sensitive information not bound for the frontend
The text was updated successfully, but these errors were encountered:
some extra context, currently the tsync feature is enabled by default, but would still require using --tsync(argument) to actually generate #[tsync] derives.
After thinking about this for some time, I've come to the conclusion that #[tsync] additions shouldn't be the default like it currently is. Users should manually copy and edit the generated read struct and filter out any properties that may contain sensitive information not bound for the frontend
The text was updated successfully, but these errors were encountered: