openware / barong

Barong auth server
https://www.openware.com
Apache License 2.0
139 stars 262 forks source link

Adding Phone verification system #24

Closed mod closed 6 years ago

mod commented 6 years ago

Phone verification has 2 purposes : 1- Verify profile level=2 (email is level=1) 2- 2FA with an SMS check

Account has_many Phones

Each users can add and verify several mobile phone numbers each one of them will need an sms confirmation from twillio to be enabled

Any phone can be used for 2FA challange.

We need to parse phone to list Country in Phones tables.

gfedorenko commented 6 years ago

Closed by #27