Maydar

Results 8 comments of Maydar

+1 would like this as well

This issue can be fixed on the magic server by instead of calling `transaction.sign(keypair)` you instead call `transaction.partialSign(keypair)` which will preserve all of the signatures during serialization.

Getting this error as well and above fix returns a 404 while trying to fetch the file ^

I got it to work by just specifying https://www.gitify.io/. After entering that as both the application URL and callback URL I was given the client id and secret, pasted those...

const MAGIC_TOKEN_LIFESPAN = 604800; magic.user.getIdToken({ lifespan: MAGIC_TOKEN_LIFESPAN }); This is the max amount of time which is 7 days. In which case you should log the user out of the...