it’s not clear how to use https://github.com/ElrondNetwork/elrond-sdk-erdjs-wallet-connect-provider/blob/main/src/walletConnectProvider.ts to get the auth token, can someone help?
Not at the computer right now but most providers would accept a token (that you generate) and would return a signature after login. The message signed has the format “address+token+{}” (without the + sign). You can use that message, with the address and signature to verify it on your backend
Not at the computer right now but most providers would accept a token (that you generate) and would return a signature after login. The message signed has the format “address+token+{}” (without the + sign). You can use that message, with the address and signature to verify it on your backend