Hi,
i’m preparing my app to go live and making the final security adjustments on Moralis classes.
I’ve came across a doubt regarding several classes. The classes are below:
EthBalance, EthNFTOwners, EthNFTTransfers, EthTokenBalance, EthTokenTransfers, EthTransactions, EventSync, RateLimits, Role, Session and _EthAddress
The doubt is regarding the security model for this classes - what should be done ?
Can this classes be written/tampered on the frontend with only access to the apiKey ?
Can someone made requests to alter the data on this classes ?
I also have some other classes that are created via the sync method (based on smart contract events and before/after save functions). Can this classes be also tampered with ?
Regards