Hi, I’ve noticed that Moralis Auth return the same profileId for requestMessage
using a different project (Moralis API KEY) but the same wallet. I guess the profile Id isn’t random and it must be some way related to the address passing to generate the message to sign?
I’d like to know exactly how Moralis generate those profileId and how is the bound so you can have multiple addresses bounded to the same profileId. Is there any doc to go in details on how this works?
Also, how can I remove the authenticated user from the db? I cannot see how to remove it from Moralis dashboard UI.
Thanks