mozilla / fxa-auth-server

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
399 stars 121 forks source link

refactor(oauthdb): Split OAuthDB implementation across multiple files. #2947

Closed rfk closed 5 years ago

rfk commented 5 years ago

This lets us share validation objects between the external routes and internal API calls, and should make things more manageable when we come to add addional routes.

@vladikoff does this look like what you had in mind from our discussion earlier?