Update dependencies to fix LocalVerifier support (#93)

Fixes #91, by pulling in a new version of tokenserver's LocalVerifier class that properly supports the extra "idpClaims" property that we use for tracking FxA generation numbers.
This commit is contained in:
Ryan Kelly
2017-05-30 07:33:48 +10:00
committed by GitHub
parent 72d618f3ee
commit cf944cf4c9
2 changed files with 3 additions and 2 deletions

View File

@@ -114,6 +114,7 @@ def includeme(config):
settings["fxa.metrics_uid_secret_key"] = os.urandom(16).encode("hex")
# Include the relevant sub-packages.
config.scan("syncserver", ignore=["syncserver.wsgi_app"])
config.include("syncstorage", route_prefix="/storage")
config.include("tokenserver", route_prefix="/token")