[SOLVED] Parse-server vs parse-server-migration?

I using parse-server-migration but I checked parse-server by guide from Moralis docs so diff.

parse-server have not cloud-function
parse-server-migration have not function VerifyMessage.

Can I add cloud function verifyMessage to parse-server-migrate ?
image
image

You should use https://github.com/MoralisWeb3/Moralis-JS-SDK/tree/main/demos/parse-server-migration

The verification is made inside the auth folder

ok thanks bro.
Im downloading

You said MoralisEthAdapter.ts ?
My mean how to call this verify function manual from my server ?

Got you, if you want to call this manually you can build a cloud fuction that does the verification logic.
If you need an example on how to create a cloud function with a self-hosted server you can check
https://docs.moralis.io/web3-data-api/self-hosted-moralis-server/set-up-custom-cloud-code

and call it from your client side with

await Moralis.Cloud.run("functionName", params);
1 Like

Awesome, thank bro very much

1 Like

Hey @vampiregrodon,

do you still have any other question you would like to ask?

Otherwise, I will be closing this ticket. :grinning_face_with_smiling_eyes:

Thanks bro, no question.

1 Like