Closed rharkor closed 2 years ago
My code look like this :
const localToken = await web3Token.sign( (msg) => signer.signMessage(msg, account), { statement: rawMessage, expire_in: "1m", } );
I try many things for the expire_in params but every time the message saiys that the token expire in 1 day
There's a typo in docs, fixed already You need to use expires_at instead of expire_at
expires_at
expire_at
My code look like this :
I try many things for the expire_in params but every time the message saiys that the token expire in 1 day