Hi, I just debugged my login on brightblock.org for the latest changes to blockstack.js (0.13.6) and noticed the hello world blockstack tutorial is still saying
var authRequest = blockstack.makeAuthRequest(null, window.location.origin)
blockstack.redirectUserToSignIn(authRequest)
I checked the todo list tutorial and it looks to have been corrected there. I found passing a null private key into makeAuthRequest now throws an exception so this can be potentially frustrating - I’ve written a blog post here detailing the differences!
Best,
Mike