Ethan Donowitz

Results 15 issues of Ethan Donowitz

https://docs.google.com/document/d/1A6Vn95hj1MlwBtGP5c-oOt_TQZ5VAoR9FFxBrpzMwfM/edit?usp=sharing

enhancement
8
tokenserver

## Description Runs the Tokenserver E2E integration tests against a Tokenserver without a cached FxA public JWK. This was done to ensure that we have test coverage for the OAuth...

## Description Adds a new `tokenserver-auth` crate whose responsibility is to expose functionality related to: 1. Verifying OAuth tokens and BrowserID assertions from FxA 2. Creating tokens and the request-signing...

## Overview This PR breaks up syncstorage's and tokenserver's database functionality into a number of new crates: * syncserver-db-common: Database-related code that is shared between syncstorage and tokenserver * Does...

## Description Increment the counter when a task is added to the blocking threadpool; decrement the counter when the future returns. The counters are tagged with the hostname of each...