stacks-network / stacks

Overview of Bitcoin's Stacks layer.
https://www.stacks.co/
2.03k stars 243 forks source link

Hello Blockstack generates invalid auth request token #416

Open kantai opened 6 years ago

kantai commented 6 years ago

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 commented 6 years ago

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

larrysalibra commented 6 years ago

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

@jackzampolin @shea256 ?

jackzampolin commented 6 years ago

not me 🤷‍♂️

yknl commented 6 years ago

it's not me either