mozilla / django-browserid

Django application for adding BrowserID support.
Mozilla Public License 2.0
180 stars 80 forks source link

Use stateless Persona API #253

Closed Osmose closed 10 years ago

Osmose commented 10 years ago

Goldilocks has landed! This means we can remove all of our code for working around automatic login and logout, and just stop passing an onLogout callback to navigator.id.watch to disable automatic things happening. Yay!

willkg commented 10 years ago

Yay!