Closed dan-merlea closed 1 year 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!
All signing providers now support signMessage, as well - including Wallet Connect provider:
signMessage
https://github.com/multiversx/mx-sdk-js-wallet-connect-provider/blob/main/src/walletConnectV2Provider.ts
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!