arckinteractive/twilio_authy

Two-factor SMS authentication via Twilio Authy

Installs: 72

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 1

Open Issues: 9

Type:elgg-plugin

pkg:composer/arckinteractive/twilio_authy


README

Elgg 2.3

Features

  • Provides Two-Factor Authentication for Login, Registration and User Settings forms
  • Can be used as a Captcha on other forms

Usage

To add a captcha-like protection to your forms:

// in your form view
echo elgg_view('input/authy');

// in your action or page handler
twilio_authy_gatekeeper();