OriginProtocol / origin-bridge

We've moved to a monorepo: https://github.com/OriginProtocol/origin/tree/master/infra/bridge
MIT License
15 stars 7 forks source link

Use Twilio Verify API for phone attestations #113

Closed tomlinton closed 6 years ago

tomlinton commented 6 years ago

Checklist:

Description:

This resolves Issue #95 (also includes further discussion of this change). It depends on PR #272 from origin-js. Also PR #110 will ensure ValidationErrors result in the right HTTP responses this was merged into develop.

The settings of the development deployment of origin-bridge will need to be updated to accomodate this. The TWILIO_VERIFY_API_KEY replaces the other Twilio settings. The API key can be generated here. The application name is important because it determines what the text to speech engine says when it calls you. I used OriginID which worked fine.

micahalcorn commented 6 years ago

Thanks, @tomlinton 😬 It looks like there are a couple of significant merge conflicts that should be solved.