⬅︎ Back to Integrate BrowserID in a Tornado web app
Hey, this is great stuff! Thanks for being an early supporter. We have since changed a couple of domains, so: https://browserid.org/include.js => https://login.persona.org/include.js https://browserid.org/verify => https://verifier.login.persona.org/verifyAlso, getVerifiedEmail() is deprecated. Finally, I am no Tornado hacker, but would the "validate_cert" kwarg be available in BrowserIDAuthLoginHandler.post when you call http_client.fetch()? If so, using it would be a Good Thing.Thanks again for a great blog post!-- Sam
Comment
Hey, this is great stuff! Thanks for being an early supporter. We have since changed a couple of domains, so:
https://browserid.org/include.js => https://login.persona.org/include.js
https://browserid.org/verify => https://verifier.login.persona.org/verify
Also, getVerifiedEmail() is deprecated. Finally, I am no Tornado hacker, but would the "validate_cert" kwarg be available in BrowserIDAuthLoginHandler.post when you call http_client.fetch()? If so, using it would be a Good Thing.
Thanks again for a great blog post!
-- Sam