mozilla / django-browserid

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

Replace `verify` function with Verifier classes #194

Closed Osmose closed 11 years ago

Osmose commented 11 years ago

As mentioned in the roadmap, we should switch from using a single verify function to providing Verifier classes that can be swapped to provide different types of verification (like local verification) or subclassed to extend behavior.

Benefits: