Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Use LocalVerifier by default, now that the hosted verifier has shut d…
Browse files Browse the repository at this point in the history
…own.
  • Loading branch information
rfk committed Dec 20, 2017
1 parent 35a1d8a commit 3b55c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browserid/__init__.py
Expand Up @@ -39,5 +39,5 @@ def verify(assertion, audience=None):
"""
global _DEFAULT_VERIFIER
if _DEFAULT_VERIFIER is None:
_DEFAULT_VERIFIER = RemoteVerifier()
_DEFAULT_VERIFIER = LocalVerifier()
return _DEFAULT_VERIFIER.verify(assertion, audience)

0 comments on commit 3b55c4b

Please sign in to comment.