nickredmark / ooth

User identity/authentication/accounts management microservice for node.js
https://nmaro.github.io/ooth/
MIT License
605 stars 65 forks source link

Passworless login using Twillio #75

Closed cesarvarela closed 5 years ago

cesarvarela commented 5 years ago

I need to support passwordless logins via SMS, would it be too complicated to add support for it?

Where should I start?

nickredmark commented 5 years ago

Hey I got inspired and implemented a strategy for authy/twilio, check out the docs here: https://nmaro.github.io/ooth/#authy-twilio

Since you will be the first to use it please review the implementation (it's 1 file): https://github.com/nmaro/ooth/blob/master/packages/ooth-authy/src/index.ts. I'm happy for a pr if you think it can be improved.