Our solution for team accounts that need 2fa yet only support mobile auth.
flowchart LR
A[Code Sent] --> B[Code Recieved by Twillo]
B --> C[Webhook Sent by Twillo]
C --> D[Recieved by Worker]
D --> |Code Extracted|E[Send Code to Slack]
D --> |Code Not Extracted|F[Send Whole Text to Slack]
E --> G[END]
F --> G[END]
- Took MFA regex's from Hackclub's solution
- Us