zesty-io / node-sdk

Zesty.io software development kit for the node.js runtime
https://zesty.io
GNU General Public License v3.0
2 stars 2 forks source link

Add: MFA #44

Open shrunyan opened 1 year ago

shrunyan commented 1 year ago

The SDK needs to allow for Zesty.io authentication with Multi-Factor(a.k.a Two-factor) authentication. This will need to use the zesty auth service(https://auth-api.zesty.org/) to complete the flow. As context; zesty auth uses authy.com for providing MFA functionality.

Please write out the MFA flow and describe the necessary code changes. We want to ensure we understand how the flow will work before we proceed building it.