multiversx / mx-sdk-js-core

MultiversX SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular).
https://multiversx.github.io/mx-sdk-js-core/
Other
60 stars 37 forks source link

Feature request: signMessage implemented for all login methods. #134

Closed dan-merlea closed 1 year ago

dan-merlea commented 2 years ago

I'm developing a platform highly dependent on signing a message, so I can authenticate server requests.

export interface IDappProvider { .... signMessage(transaction: SignableMessage, options?: { callbackUrl?: string; }): Promise; .... }

Is there any timeline for this method to be implemented in other login methods apart from the Extension? At least Maiar App, that's the most used one so far.

Thanksss!

andreibancioiu commented 1 year ago

All signing providers now support signMessage, as well - including Wallet Connect provider:

https://github.com/multiversx/mx-sdk-js-wallet-connect-provider/blob/main/src/walletConnectV2Provider.ts