In order to avoid hacks (not critical anyway) it is necessary to strenghten our communication layer between front-end and back end. Today we use crc32 to check (backend side) whether the message is sent by the correct account or not. We need to strenghten this by using “wallet signature” after every login. The signature will be kept during the session and will be used to enforce requests to the backend.