stacks icon indicating copy to clipboard operation
stacks copied to clipboard

Hello Blockstack generates invalid auth request token

Open kantai opened this issue 7 years ago • 4 comments

The auth request token generated by Hello Blockstack is invalid:

I see this code on helloblockstack.com

document.getElementById('signin-button').addEventListener('click', function(event) {
    event.preventDefault()
    var appDomain = window.location.hostname
    var privateKey =  null
    var authRequest = blockstack.makeAuthRequest(privateKey, appDomain)
    blockstack.redirectUserToSignIn(authRequest)
  })

The null private key makes the auth window fail to load the app manifest.

kantai avatar Feb 14 '18 17:02 kantai

Tagging @larrysalibra and @yknl because I'm not sure who is operating helloblockstack.com

kantai avatar Feb 14 '18 17:02 kantai

@kantai I also don't know who runs it.

@jackzampolin @shea256 ?

larrysalibra avatar Feb 14 '18 17:02 larrysalibra

not me 🤷‍♂️

jackzampolin avatar Feb 14 '18 17:02 jackzampolin

it's not me either

yknl avatar Feb 14 '18 18:02 yknl