mozilla / teach-api

A basic API to store data for learning.mozilla.org
2 stars 11 forks source link

Badge followup #74

Closed Pomax closed 7 years ago

Pomax commented 7 years ago

Adds an api/email route for fetching the requesting user's email address - this is done as dedicated route because that information should be stored anywhere so needs to be requested on a need-to-know basis.

Also adds some error reporting when a badge claim fails so we can see what's going wrong on staging if this still fails there.