arckinteractive/twilio_authy

Two-factor SMS authentication via Twilio Authy

Maintainers

👁 hypeJunction

Package info

github.com/arckinteractive/twilio_authy

Homepage

Type:elgg-plugin

pkg:composer/arckinteractive/twilio_authy

Statistics

Installs: 72

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 9

0.2.1 2019-08-09 10:16 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-2.0 b03f62ee40db84b4a17721fb6112b6893c5bf3c9

  • Ismayil Khayredinov <ismayil.woop@arckinteractive.com>

plugintwilioauthyTwo-factor Authenticationelgg


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();