This is the code as I've showed it during reCAP 2023. The recording of my session is available on the reCAP event page over on broadcast.sap.com, starting at 5:53:34.
The UI code is based on this blog post.
- Create a free Twilio account
- Create a Verify service (with SendGrid Integration -- or send OTPs via SMS or WhatsApp for easier setup)
- Replace with placeholders in
default-env.json
with your Twilio account information
npm install
npm run build
npm start