How can I verify a signed message(not transaction) from a dApp (elrond)?

436 Views Asked by At

I am trying to create backend authorization for the maiar wallet user on the backend. I am creating server-side authentication using python, but am unable to figure out to verify signed messages on the server. I am looking for something similar to the web3 signing messages and verifying them.

1

There are 1 best solutions below

0
On

Maybe have a look at these code snippets for frontend and Nestjs code, it might help you:

https://gist.github.com/michavie/40d0cc0564e7819a94ee503836a25525 https://gist.github.com/raress96/4135c92049667e9df0d88d4b3b65bb7c