Skip to contentSkip to navigationSkip to topbar

Customer Authentication Flex Plugin

Created by: Twilio
  • Flex
  • Verify
  • JavaScript

Use this Flex plugin so agents can authenticate customers with SMS one-time passcodes.

Call center security is a known weak spot for many companies. That's because most call centers only identify(link takes you to an external page) and do not actually authenticate users when they call. Improve your contact center security with actual authentication!

Learn more about how to set up this plugin in the blog post: How to add customer authentication to Twilio Flex(link takes you to an external page).

flex verify plugin gif
Report this template(link takes you to an external page)
  1. Requirements

    To get started you will need the following:

  2. Configure your local environment

    This can be done in either steps 2A or 2B.

    • 2A. Using the Twilio CLI

      Configure your local environment to use Flex plugins by using the Flex Plugins CLI(link takes you to an external page)

      twilio plugins:install @twilio-labs/plugin-flex@beta
      twilio flex:plugins:create plugin-verify --template https://github.com/twilio-labs/plugin-verify
    • OR

    • 2B. Manually via GitHub

      Clone the code from GitHub

      Get code on GitHub(link takes you to an external page)

      Install the dependencies of the plugin. Read more.(link takes you to an external page)

      npm install

      Run and test the plugin locally by spinning up a local web-server.

      twilio flex:plugins:start
  3. Log in

    Log into your Flex account via the Twilio CLI

    twilio login

    Visit general usage(link takes you to an external page) to learn more about using multiple Flex accounts.

  4. Deploy the plugin

    Deploy and enable your plugin for your Flex application

    twilio flex:plugins:deploy --major \
      --changelog "Adding plugin-verify via Code Exchange" \
      --description "Deploying plugin-verify via Code Exchange"
    twilio flex:plugins:release \
      --name "plugin-verify" \
      --description "Enabling plugin-verify via Code Exchange" \
      --plugin plugin-verify@1.0.0

Need some help?

We all do sometimes; code is hard. Get help now from our support team(link takes you to an external page), or lean on the wisdom of the crowd by browsing the Twilio tag(link takes you to an external page)on Stack Overflow.

Terms of servicePrivacy Policy

Copyright © 2025 Twilio Inc.